Task :app:mergeXXXXDebugResources FAILED
Execution failed for task ‘:app:mergeXXXXDebugResources’.
A failure occurred while executing com.android.build.gradle.internal.res.ResourceCompilerRunnable
Resource compilation failed. Check logs for details.
classpath ‘com.android.tools.build:gradle:4.2.1’
改为 classpath ‘com.android.tools.build:gradle:4.1.3’
4.1.3是可以排查xml资源错误的
找到错误的xml文件修改就可以了,一般都是项目合并的时候使用了相同的名称,不同的值。4.2.1不能运行,所以报错了文章来源地址https://www.toymoban.com/news/detail-508623.html
文章来源:https://www.toymoban.com/news/detail-508623.html
到了这里,关于Android studio 出现com.android.build.gradle.internal.res.ResourceCompilerRunnable问题解决的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!