Ask Your Question

Revision history [back]

click to hide/show revision 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.

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.

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.