jpardogo / GoogleProgressBar

Android library to display progress like google does in some of his services.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error:(2) Attribute "type" has already been defined

SilverFoxA opened this issue · comments

I am getting the following error when I tried to sync gradle.

Find where you already used the attribute "type" in your project (most likely in attrs.xml) and rename that.
you can see also Gradle error “Attribute ”xxx“ has already been defined” in Android Studio
Hope it's help.

Doesn't work coz I haven't defined that attribute anywhere. It must be colliding with an Android attribute. Try pushing a fix with a another name for the attribute 'type'.