GoogleProgressBar icon indicating copy to clipboard operation
GoogleProgressBar copied to clipboard

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

Open SilverFoxA opened this issue 8 years ago • 2 comments

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

SilverFoxA avatar Oct 23 '15 10:10 SilverFoxA

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.

pranaypatel512 avatar Mar 21 '16 14:03 pranaypatel512

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'.

pbwauyo avatar Aug 23 '19 20:08 pbwauyo