美文网首页
打包错误:META-INF/androidx.legacy_le

打包错误:META-INF/androidx.legacy_le

作者: 挥笔者 | 来源:发表于2021-05-20 16:08 被阅读0次

打包错误:META-INF/androidx.legacy_legacy-support-core-utils.version

打包报错

解决方案:在app build.gradle中添加以下代码 或者直接删除编译的apk文件

packagingOptions {

        exclude 'META-INF/androidx.legacy_legacy-support-core-utils.version'

}

相关文章

网友评论

      本文标题:打包错误:META-INF/androidx.legacy_le

      本文链接:https://www.haomeiwen.com/subject/jocbjltx.html