Manually (aapt) add native library .so to apk
问题 For multiple reasons I'm building my project manually (more or less following these steps http://geosoft.no/development/android.html), whithout using ant. My projects uses the NDK and builds a .so library. With Eclipse: When I use Eclipse to build my project, everything works: I drag&drop libMyNativeLib.so in the libs/armeabi directory and when I call loadLibrary(MyNativeLib) it works fine: I can call native method from my Java code. Manually: Now I want to build manually my .apk . Everything