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

Gradle dependency causes AndroidManifest errors #56

Closed
sureshjoshi opened this issue Jun 30, 2015 · 8 comments
Closed

Gradle dependency causes AndroidManifest errors #56

sureshjoshi opened this issue Jun 30, 2015 · 8 comments

Comments

@sureshjoshi
Copy link

After I install this dependency, I'm getting some AndroidManifest issues (Android 1.2.2 - Gradle tools 1.2.3).

Error:(11, 9) Attribute application@icon value=(@mipmap/ic_launcher) from AndroidManifest.xml:11:9
Error:(13, 9) Attribute application@theme value=(@style/AppTheme) from AndroidManifest.xml:13:9
is also present at com.github.Todd-Davies:ProgressWheel:1.0:14:9 value=(@android:style/Theme.NoTitleBar)
Suggestion: add 'tools:replace="android:theme"' to element at AndroidManifest.xml:8:5 to override

@sureshjoshi
Copy link
Author

Also, I think this is fixed by putting:
tools:replace="android:theme, android:icon"

as the first line in the application tag in AndroidManifest, however, a dependency shouldn't cause manifest problems - might need to replace the progress wheel manifest

@nayram
Copy link

nayram commented Jul 14, 2015

Hi I have the same issue and tools:replace="android:theme, android:icon" in the application of of the manifest didn't help.

@r-whites
Copy link

Added tools:replace="android:theme,android:icon" in the application tag of my AndroidManifest, but this cause the app ic_launcher icon to be the one of the library.

@Frildoren
Copy link

Same issue here :(

@OmarAliSaid
Copy link

same goes here

@ghost
Copy link

ghost commented Jan 20, 2016

Same here 😞

@evansmj
Copy link

evansmj commented Jan 24, 2016

Same here...

@doctiger
Copy link

@Todd-Davies I'm experiencing same issue. Can you please let me know if you have got a solution?

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

7 participants