美文网首页
Android Studio 编译错误

Android Studio 编译错误

作者: 码农呀 | 来源:发表于2019-07-26 15:45 被阅读0次

app:mergeDebugResources

image.png
首先
image.png
点击terminal,输入指令:gradlew processDebugResources --debug
image.png
然后就找到了报错的layout文件了
打开对应的文件 我们发现:
image.png
一不小心多了一些鬼东西,这些一般是在拷贝的时候不小心就粘过去了

相关文章

网友评论

      本文标题:Android Studio 编译错误

      本文链接:https://www.haomeiwen.com/subject/dfkdrctx.html