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

Module的build.gradle下的android节点添加如下代码

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

然后clean工程重新编译。

猜你喜欢

转载自blog.csdn.net/mldxs/article/details/91982309