Using a MacBook with Snow Leopard I tried to investigate an issue in my app
with  MonoDroid.UrlImageViewHelper
<https://github.com/Redth/MonoDroid.UrlImageViewHelper>  .

With Mono for Android 4.2.5 it was returning a lot of timeouts and was
unreliable on my device (Android 2.2) because images were not being
returned. So I did a bit of digging and found that this might be the cause:
https://bugzilla.xamarin.com/show_bug.cgi?id=7025

I then stupidly allowed the automatic updates to run in MonoDevelop which
installed MonoDevelop 3 and updated Mono for Android to the latest version.

When I tried to deploy to my device after this nothing would deploy because
it needed Mountain Lion. My MacBook won't support Mountain Lion so I'm stuck
for the time being.

My only option was to try to rollback so I now have:

- Mono Framework 2.10.9
- Mono for Android 4.2.5
- MonoDevelop 2.8
- MonoTouch 5.4.0

My project builds ok, but when deploying to an emulator I get this error:

'cant resolve internal call to
"System.Reflection.FieldInfo::get_marshal_info()" (tested without signature
also)

Your mono runtime and class libraries are out of sync.
The out of sync library is: mscorlib.dll

When you update one from svn you need to update, compile and install the
other too...

You probably have a broken mono install'

Can anyone give me some clues how to mend my install?

Cheers,

Steve



--
View this message in context: 
http://mono-for-android.1047100.n5.nabble.com/Mono-out-of-synch-broken-mono-install-tp5712632.html
Sent from the Mono for Android mailing list archive at Nabble.com.
_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to