I\'m working on a large game engine that must be ported to Android. All the code is C/C++, so we are porting via the NDK. I\'ve got everything building, but after lots of scou
I use a single file to build a library for diferent targets. In the Application.mk add this "APP_ABI := armeabi armeabi-v7a" it works for me.