模式切换
Failed to parse XML file
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"