android-eye icon indicating copy to clipboard operation
android-eye copied to clipboard

won't loadLibrary libmp3encoder.so (my compile or one from online)

Open whutchi opened this issue 11 years ago • 0 comments

The android apk works fine on my Samsung tablet 2. I have got all the source code for android-eye loaded in my netbeans Android IDE and it compiles fine. I fixed the #include "lame.h" in set_get.h and compiled the JNI code with NDK. It loads the libnatpmp.so fine if I put it first, but always crashes the app after a few seconds while trying to load libmp3lame.so (whether first or second). I downloaded compiled copies of these 2 from https://github.com/shreks7/crazyflie-android-no-otg/tree/master/crazyFlie-android-client-no-otg/obj/local/armeabi, and tried them, but with exactly the same results. Can you give me advice what I should do? I'm a 30-year computer guy, but this one seems very hard to diagnose.

whutchi avatar Jun 28 '14 18:06 whutchi