xamarin.android - Error when building project with monodroid/mvvmcross -
i've got error when try build project (monodroid/mvvmcross). message error :
error 37 type 'android.app.listactivity' defined in assembly not referenced. must add reference assembly 'mono.android, version=0.0.0.0, culture=neutral, publickeytoken=c4c4237547e4b6cd'.
someone have idea how solve problem ? strange because there wasn't error before.
this error located in mvxdialogactivityview.cs (cirrious.mvvmcross.dialog.droid)
i think problem parts of code compiled against xamarin.android while others compiled against mono android.
see: http://forums.xamarin.com/discussion/1476/changes-to-assembly-strongnames-in-xamarin-android-4-6-0
you need recompile parts of application target same version of xamarin's products.
Comments
Post a Comment