> Configurations for xxx.xml must agree on the root element's ID. Missing ID: - layout-xlarge - layout-sw600dp @+id/_layout: - layout-xhdpi - layout-mdpi - layout-hdpi buildFeatures { compose true viewBinding true } gradle에 viewBinding true 를 사용 할 경우 Root에 id 가 없어서 발생 하는 문제. 간단히, android:id="@+id/xxx" android:id="@+id/xxx" 를 넣어 주면 해결 된다. [안드로이드 공부]/UI 2023.06.08