【错误记录】Android 应用打包错误 ( Entry name ‘assets/xxx.xml‘ collided )
【摘要】
文章目录
一、报错信息二、解决方案
一、报错信息
打包编译 Android 应用时 , 报如下错误 ;
FAILURE: Build failed with an...
一、报错信息
打包编译 Android 应用时 , 报如下错误 ;
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:packageDebug'.
> A failure occurred while executing com.android.build.gradle.tasks.PackageAndroidArtifact$IncrementalSplitterRunnable
> Entry name 'assets/xxx.xml' collided
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 2m 26s
51 actionable tasks: 5 executed, 46 up-to-date
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
二、解决方案
出现上述报错的原因是 , 要生成 APK 的目标路径中 , 已经存在了一个文件 , 将上次打包生成的 APK 安装包删除即可 ;
文章来源: hanshuliang.blog.csdn.net,作者:韩曙亮,版权归原作者所有,如需转载,请联系作者。
原文链接:hanshuliang.blog.csdn.net/article/details/116938210
【版权声明】本文为华为云社区用户转载文章,如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱:
cloudbbs@huaweicloud.com
- 点赞
- 收藏
- 关注作者
评论(0)