android 种报错Configurations for activity_mainxml must agree on the root elements IDMissing ID - layout-sw600dp+idnewsTitleLayout - layout
The error message suggests that the configurations for the "activity_main.xml" file in your Android project must have consistent IDs for the root element. It specifically mentions that the ID "layout-sw600dp" is missing.
Additionally, it indicates that the ID "newsTitleLayout" should have the same ID as "layout" in the root element.
To resolve this issue, you should make sure that the "activity_main.xml" file has the same ID for the root element in all configurations, including the "layout-sw600dp" configuration. Additionally, ensure that the "newsTitleLayout" ID is correctly assigned to the appropriate element in the layout file
原文地址: https://www.cveoy.top/t/topic/it1l 著作权归作者所有。请勿转载和采集!