Having the above error in your Android JNI app? Read on...
Up front, I\'ll say that I\'ve already solved this, in my own way, but I feel something in the Android bu
I've got this issue too, but for my situation, i'm using my libs in another project. And I don't think it's a matter of eclipse or android-ndk.
you may check these tips that can lead to UnsatisfiedLinkError
and it works fine for me, good luck :)
/your project/libs/armeabi/
EDIT:
UnsatisfiedLinkError
are thrown if the library is not installed into your app.apk, so it cannot be linked sucessfully.