xamarin - Could not load type 'Android.OS.BaseBundle" -


i'm using xamarin android. without doing changes project i'm getting error:

unhandled exception: 07-18 01:29:39.812 i/monodroid( 1901): system.typeloadexception: not load type 'android.os.basebundle' assembly 'mono.android, version=0.0.0.0, culture=neutral, publickeytoken=84e04ff9cfb79065'. 07-18 01:29:39.812 i/monodroid( 1901): @ android.support.v4.app.fragment.n_oncreateview_landroid_view_layoutinflater_landroid_view_viewgroup_landroid_os_bundle_ (intptr,intptr,intptr,intptr,intptr) <0x0009b> 07-18 01:29:39.812 i/monodroid( 1901): @ (wrapper dynamic-method) object.92b95183-96c6-4c05-8b2f-e6402eece616 (intptr,intptr,intptr,intptr,intptr) <0x0003b> 

the problem pretty stupid.

in visual studio solution have multiple android projects. each project set compile android 4.4. after rebuild xamarin tools decided change version of projects android 5.0.

why? because xamarin. that's why.

after reverting version android 4.4 worked!

ho did find it? chance. saw files modified (had red svn dot).

i hope save hours if not days of "exciting , interesting work" :)


Comments

Popular posts from this blog

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -