Duplicate files copied in APK META-INF/LICENSE.txt

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/caiwenfeng_for_23/article/details/50669784
Android studio 编译报错:

Duplicate files copied in APK META-INF/LICENSE.txt

在 build.gradle加入即可

android  {     
packagingOptions {         
exclude  'META-INF/LICENSE.txt'     
   }
}

猜你喜欢

转载自blog.csdn.net/caiwenfeng_for_23/article/details/50669784
今日推荐