More than one file was found with OS independent path 'lib/armeabi

Add the following code to the android node under the Module's build.gradle

sourceSets {
    main {
        jniLibs.srcDirs = []
    }
}

Then the clean project is recompiled.

Guess you like

Origin blog.csdn.net/mldxs/article/details/91982309