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

Error:duplicate files during packaging of APK app/build/output/apk

时间:2014-12-01 14:04:59      阅读:203      评论:0      收藏:0      [点我收藏+]

标签:android   io   sp   文件   on   ad   as   tt   ui   

在gradle配置文件加入:

android {
    packagingOptions {
        exclude ‘META-INF/DEPENDENCIES.txt‘
        exclude ‘META-INF/LICENSE.txt‘
        exclude ‘META-INF/NOTICE.txt‘
        exclude ‘META-INF/NOTICE‘
        exclude ‘META-INF/LICENSE‘
        exclude ‘META-INF/DEPENDENCIES‘
        exclude ‘META-INF/notice.txt‘
        exclude ‘META-INF/license.txt‘
        exclude ‘META-INF/dependencies.txt‘
        exclude ‘META-INF/LGPL2.1‘
    }
}

在运行一次APP即可以成功编译。

Error:duplicate files during packaging of APK app/build/output/apk

标签:android   io   sp   文件   on   ad   as   tt   ui   

原文地址:http://www.cnblogs.com/scaptain/p/4134790.html

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