com.android.builder.packaging.DuplicateFile

 

解决方法:

    packagingOptions {
        exclude 'META-INF/DEPENDENCIES'
        exclude 'META-INF/NOTICE'
        exclude 'META-INF/LICENSE'
        exclude 'META-INF/LICENSE.txt'
        exclude 'META-INF/NOTICE.txt'
    }
在你的项目gradle中配置
posted @ 2016-02-24 11:20  Mulberry_yan  阅读(183)  评论(0编辑  收藏  举报