码迷,mamicode.com
首页 > 移动开发 > 详细

android studio(AS) Duplicate files copied in APK META-INF/NOTICE.txt

时间:2015-10-24 11:30:29      阅读:244      评论:0      收藏:0      [点我收藏+]

标签:

File 1: /home/slava/.gradle/caches/modules-2/files-2.1/org.apache.httpcomponents/httpmime/4.3.1/f7899276dddd01d8a42ecfe27e7031fcf9824422/httpmime-4.3.1.jar

File 2: /home/slava/.gradle/caches/modules-2/files-2.1/org.apache.httpcomponents/httpmime/4.3.1/f7899276dddd01d8a42ecfe27e7031fcf9824422/httpmime-4.3.1.jar

 

在启动项目的build.gredle中加入

解决方法:
android {
    packagingOptions {
        exclude ‘META-INF/DEPENDENCIES‘
        exclude ‘META-INF/NOTICE‘
        exclude ‘META-INF/LICENSE‘
        exclude ‘META-INF/LICENSE.txt‘
        exclude ‘META-INF/NOTICE.txt‘
    }
    // ...
}

android studio(AS) Duplicate files copied in APK META-INF/NOTICE.txt

标签:

原文地址:http://www.cnblogs.com/shortboy/p/4906339.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!