Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unique resource ids #961

Merged
merged 5 commits into from
Aug 22, 2020

Conversation

gerhardol
Copy link
Collaborator

Attempt to solve #959

The usual source for ClassCastException exceptions is that resource ids are not unique
This makes an attempt to set unique ids, search with:
egrep -orh --include='*.xml' --exclude-dir=build --exclude=detail_nomap.xml 'android:id="@+id/\w+' | sort | uniq -c | sort

@gerhardol gerhardol merged commit 97e968a into jonasoreland:master Aug 22, 2020
@gerhardol gerhardol deleted the feature/unique-resource-ids branch August 22, 2020 19:55
This was referenced Aug 22, 2020
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.

1 participant