duplicate value for resource 'attr/mode' when used with Androidx support
See original GitHub issueYour library is not compatible with Androidx (https://developer.android.com/topic/libraries/support-library/androidx-overview) and results in a build error error: duplicate value for resource 'attr/mode' with config ''.
Can you please use a more specific attribute name in your library. Thanks.
Issue Analytics
- State:
- Created 5 years ago
- Comments:7
Top Results From Across the Web
Duplicate value for resource 'attr/font' with config
SOLUTION : (Short Answer) I just remove format="String" from one of xml attribute file (like attr_2.xml ) and my problem fixed. attr_2.xml :...
Read more >error: duplicate value for resource 'attr/orientation' with config ...
error: duplicate value for resource 'attr/mode' with config '' when using implementation 'com.android.support.constraint:constraint-layout:2.0.0-alpha2' in ...
Read more >Error: duplicate value for resource 'attr/progress' with config ''
I am getting this error: error: duplicate value for resource 'attr/progress' with config ''. when trying to integrate zoom in my Android app ......
Read more >Android : Duplicate value for resource 'attr/font' with config
Android : Duplicate value for resource ' attr /font' with config " [ Beautify Your Computer : https://www.hows.tech/p/recommended.html ] ...
Read more >App resources overview - Android Developers
Only one value for each qualifier type is supported. For example, if you want to use the same drawable files for Spain and...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Please rename this attribute to something else to avoid conflict with AndroidX. It is a one-line fix, and wondering why it will take a month for merging the PR sent. @chthai64 and release new minor version with fix.
same here 😦