androidstudio-gradle-编译-META-INF DEPENDENCIES-More than one file was found with OS independ
More than one file was found with OS independent path 'META-INF/DEPENDENCIES'
                    app/build.gradle
android {
    //报错 More than one file was found with OS independent path 'META-INF/DEPENDENCIES'
    packagingOptions {
        exclude 'META-INF/DEPENDENCIES'
        exclude 'META-INF/NOTICE'
        exclude 'META-INF/LICENSE'
        exclude 'META-INF/LICENSE.txt'
        exclude 'META-INF/NOTICE.txt'
    }
}
 
正文到此结束
                    
                    
                - 本文标签: 安卓 AndriodStudio
 - 本文链接: https://code.jiangjiesheng.cn/article/183
 - 版权声明: 本文由小江同学原创发布,转载请先联系本站长,谢谢。