com.android.builder.packaging.DuplicateFile
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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‘
}
exclude ‘META-INF/DEPENDENCIES‘
exclude ‘META-INF/NOTICE‘
exclude ‘META-INF/LICENSE‘
exclude ‘META-INF/LICENSE.txt‘
exclude ‘META-INF/NOTICE.txt‘
}
在你的项目gradle中配置
以上是关于com.android.builder.packaging.DuplicateFile的主要内容,如果未能解决你的问题,请参考以下文章