2 files found with path 'lib/arm64-v8a/libwechatbacktrace.so' from inputs
解决方案,在app module的build.gradle里面的 android { } 块里面添加:
packagingOptions {
exclude 'lib/arm64-v8a/libwechatbacktrace.so'
}
如果有多个,就再增加行,exclude 'xxx.so'
android studio编译报错:2 files found with path ‘META-INF/kotlinx_coroutines_core.version‘._zhangphil的博客-CSDN博客【代码】android studio编译报错:2 files found with path 'META-INF/kotlinx_coroutines_core.version'.https://blog.csdn.net/zhangphil/article/details/129302957