大家好,我是中国码农 摘星人
今天带来 我的BUG人生 系列文章
收集了自己平时遇到的 BUG,以及解决方案等
欢迎分享/收藏/赞/在看!
欢迎关注我的个人微信公众号:康元路8号!
Execution failed for task ':module_hotspot:parseDebugLocalResources'. > A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade > Failed to parse XML file '/Users/hayden/Desktop/kmsv/module_hotspot/build/intermediates/packaged_res/debug/layout/item_hots_pot.xml'
对比查看报错的位置及文件后
将这段代码去掉即可:
android:layout_width="match_parent" android:layout_height="match_parent"



