On Dec 23, 2011, at 7:12 AM, sanya wrote: > When I deploy application from monodevelop everything ok, but when I install > it from SD card and run it, app crashes with error:
How are you "install[ing] from SD card"? > Could not load type 'Safelog.SafelogApplication, Safelog, > Version=1.0.4374.24094, Culture=neutral, PublicKeyToken=null'. Skipping JNI > registration of type 'safelog/SafelogApplication'. It can't find Safelog.dll, and thus can't register the native methods within the SafelogApplication type, in particular the n_OnCreate() native. As a workaround, try disabling fast deployment, and/or build a Release package. - Jon _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
