0
点赞
收藏
分享

微信扫一扫

安卓踩坑Execution failed for task ‘:app:processDebugResources‘ failed linking file resources.

钟罗敏 2022-04-27 阅读 89

1.首先确定xml文件、资源文件(图片等)

2.然后检查一下gradle配置,compileSdkVersion版本

3.Build->clean project File-->Invalidate Caches / Restart

4.我的错误是xml文件里  有一个android:content = "配置"  删掉这一行即可  这个content加载不出来

举报

相关推荐

0 条评论