Closed jonathanpeppers closed 5 years ago
When building this project with <AndroidUseAapt>True</AndroidUseAapt2> you will get:
<AndroidUseAapt>True</AndroidUseAapt2>
error APT2260: obj\Debug\44\res\layout\calendarlist.xml:1: error: resource android:id/android:list not found. "android:list not found." error APT2260: obj\Debug\44\res\layout\eventlist.xml:1: error: resource android:id/android:list not found. "android:list not found."
I think the name android:id/android:list is probably just a typo, so removing android: fixes the issue.
android:id/android:list
android:
When building this project with
<AndroidUseAapt>True</AndroidUseAapt2>
you will get:I think the name
android:id/android:list
is probably just a typo, so removingandroid:
fixes the issue.