0

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']
        }
    }

enter image description here

But the error is still there

滕真久
  • 29
  • 1
  • 4

0 Answers0