Sorry for the delay, it took me awhile to remember the cause of this issue.

On Sep 27, 2011, at 8:57 PM, [email protected] wrote:
> I'm getting the foloowing exception
> 
> [ERROR] FATAL UNHANDLED EXCEPTION: System.TypeLoadException: Could not load 
> type 'Java.Lang.IRunnableAdapter'.
>   at System.Type.GetType (System.String typeName, Boolean throwOnError) 
> [0x00000] in <filename unknown>:0 
>   at Android.Runtime.JNIEnv.RegisterJniNatives (IntPtr typeName_ptr, Int32 
> typeName_len, IntPtr jniClass, IntPtr methods_ptr, Int32 methods_len) 
> [0x000cc] in 
> /home/jpobst/Desktop/monodroid/Mono.Android/src/Runtime/JNIEnv.cs:71 
> In mgmain JNI_OnLoad

The 1.9 shared runtime is incompatible with the 1.2.0 shared runtime. Thus, to 
run your apps against 1.9, you need to rebuild them (load the project, Clean, 
Build, Reinstall).

(This is technically true for all our releases, but frequently you can "get 
away" with not rebuilding pre-existing installed apps. In this release, lots of 
fundamental things changed to enable shrinking .apk sizes, so now things break 
immediately, as you see.)

Thanks,
 - Jon

_______________________________________________
Monodroid mailing list
[email protected]

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

Reply via email to