The error
java.lang.UnsatisfiedLinkError: Cannot load library: load_library(linker.cpp:761): not a valid ELF executable: /data/app-lib/com.yepstudio.android.nightclub-2/libgnustl_shared.so
The project was in eclipse.Now i have to use Android studio. I keep the .jar and .so file in the $projectDir/libs. And I add the code
sourceSets {
main {
jniLibs.srcDirs = ['libs']
}
}
But the error is still there