Teaonly / android-eye

Change your android phone to surveillance camera
Other
1.08k stars 493 forks source link

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

Open whutchi opened 10 years ago

whutchi commented 10 years ago

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.