On Jul 21, 2011, at 1:40 PM, Greg Shackles wrote:
> I actually saw this error reported once in the Android Market for my app as 
> well, which it claimed came from a Nexus One (though I have also seen the app 
> successfully installed to a coworker's N1). I checked my APK and 
> lib\armeabi\libmonodroid.so is in there.

Interesting.

I can think of only two reasons that libmonodroid.so wouldn't be loaded:

 1. It's not there (e.g. it's present for an ABI that the device can't run).
 2. libmonodroid.so is loaded, but JNI_OnLoad() returns 0. This shouldn't 
happen [0].

If the same package is successfully installed and runs on one device, it makes 
no sense to me that it would fail on another. That would require additional 
exploration. :-(

 - Jon

[0] Unless you somehow get the trial libmonodroid.so onto hardware…

_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

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

Reply via email to