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 build problem #23

Open
mrThinBone opened this issue Oct 27, 2015 · 3 comments
Open

Gradle build problem #23

mrThinBone opened this issue Oct 27, 2015 · 3 comments

Comments

@mrThinBone
Copy link

Error:Execution failed for task ':app:processDebugManifest'.

Manifest merger failed : Attribute application@icon value=(@mipmap/ic_launcher) from AndroidManifest.xml:22:9-43
is also present at [com.daimajia.easing:library:1.0.0] AndroidManifest.xml:13:9-45 value=(@drawable/ic_launcher)
Suggestion: add 'tools:replace="android:icon"' to element at AndroidManifest.xml:19:5-72:19 to override

Please remove all ic_launcher in your com.daimajia.easing:library

@j796160836
Copy link

+1 for this problem

@HerczegDaniel
Copy link

The solution is:
You have to put your ic_launcher in a mipmap folder instead of drawable, than in your manifest file write this lines:

android:icon="@mipmap/ic_launcher" (instead of android:icon="@drawable/ic_launcher)
tools:replace="android:icon"

@Crepusculo
Copy link

@HerczegDaniel It works! thx XD

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

4 participants