美文网首页
Android-2 files found with path

Android-2 files found with path

作者: 晴天ccc | 来源:发表于2023-08-20 18:20 被阅读0次

前言

2 files found with path 'META-INF/gradle/incremental.annotation.processors'.

文件冲突问题,因为引入的第三方本地库。

问题解决

build.gradle中:

    // 第三方本地库引入所需
    packagingOptions {
        exclude 'META-INF/gradle/incremental.annotation.processors'
        exclude 'META-INF/library_release.kotlin_module'
    }

相关文章

网友评论

      本文标题:Android-2 files found with path

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