1 | initial version |
The error disappeared after:
1) removing the code from build.gradle below. sourceSets { main { jni.srcDirs = ['src/main/jniLibs'] } }. 2) creating directory src/main/jniLibs without type "JNI folder". 3) copy SO-files to the "src / main / jniLibs" folder of SO files.
2 | No.2 Revision |
The error disappeared after:
1) removing the code from build.gradle below.
sourceSets {
main {
jni.srcDirs = ['src/main/jniLibs']
}
}.
2) creating directory src/main/jniLibs without type "JNI folder".
3) copy SO-files to the "src / main / jniLibs" folder of SO files.folder.
3 | No.3 Revision |
The error disappeared after:
1) removing the code from build.gradle below. sourceSets { main { jni.srcDirs = ['src/main/jniLibs'] } }. 2) creating directory src/main/jniLibs without type "JNI folder". 3) copy SO-files to the "src / main / jniLibs" folder.