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

Attribute "max" and "progress" has already been defined #51

Closed
QitmentX7 opened this issue Sep 3, 2016 · 1 comment
Closed

Attribute "max" and "progress" has already been defined #51

QitmentX7 opened this issue Sep 3, 2016 · 1 comment

Comments

@QitmentX7
Copy link

Hello dear friend!
I have this error:
Myproject\app\build\intermediates\res\merged\debug\values\values.xml
Error:(128) Attribute "progress" has already been defined
Error:(128) Attribute "max" has already been defined
Please fix this!

@voghDev
Copy link

voghDev commented Oct 25, 2016

Have a look at your app/build.gradle - section dependencies. Maybe another library is defining max and progress attributes on its attrs.xml.

If it's your own lib, I suggest you to rename your attributes to a non-clashing ones.
If it's not yours, I'd suggest you to fork the repository, change the attribute names to a non-clashing ones, such as seekArc_progress or seekArc_max, and send a PR to @neild001.

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

No branches or pull requests

2 participants