Skip to content

Conversation

@jonathanpeppers
Copy link
Member

@jonathanpeppers jonathanpeppers commented Nov 6, 2019

When building this project with <AndroidUseAapt>True</AndroidUseAapt2>
you will get:

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.

When building this project with `<AndroidUseAapt>True</AndroidUseAapt2>`
you will get:

  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.
@pjcollins pjcollins merged commit 902fe83 into dotnet:master Nov 6, 2019
@jonathanpeppers jonathanpeppers deleted the invalid-android-id branch November 6, 2019 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants