Place your jni precompiled libraries (.so files) as per the following structure
app->src->jniLibs
->armeabi->your_libs.so
->armeabi-v7a->your_libs.so
->x86 ->your_libs.so
- Where app is your main app
- and jniLibs is the default folder which is picked up automatically (keep this exact folder name)