Monday, December 23, 2013

java.lang.UnsatisfiedLinkError: Couldn’t load mono: findLibrary returned null

Some times you will see this error message “java.lang.UnsatisfiedLinkError: Couldn’t load mono: findLibrary returned null” after you deploy your android app.

The reason for this is that when you publish your app you have selected supported ABIs armeabi-v7a, armeabi and x86  and if user install your app on ARMv6 device it gives this error.

 There is no workaround that I have found in Mono Develop to stop this error.

Just fyi!

No comments:

Post a Comment