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

Error after adding to project #94

Open
BipinBhandari opened this issue Apr 8, 2016 · 5 comments
Open

Error after adding to project #94

BipinBhandari opened this issue Apr 8, 2016 · 5 comments

Comments

@BipinBhandari
Copy link

I am getting this error

[Error:Execution failed for task ':app:processDebugManifest'.
 Manifest merger failed : Attribute application@icon value=(@mipmap/ic_launcher) from AndroidManifest.xml:15:9-43
    is also present at [com.github.kikoso:SwipeableCards:1.1-RELEASE] AndroidManifest.xml:12:9-45 value=(@drawable/ic_launcher).
    Suggestion: add 'tools:replace="android:icon"' to <application> element at AndroidManifest.xml:12:5-47:19 to override.](url)
@niravtopsss
Copy link

i am also getting same issue , how you solve it ?

@jitinsharma
Copy link

Do following changes android manifest
add this in element
xmlns:tools="http://schemas.android.com/tools"

and following in element
tools:replace="android:icon"

@BipinBhandari
Copy link
Author

Now getting this error:
screen shot 2016-06-15 at 4 50 49 pm

@MohiFayden
Copy link

I'm getting the same issue, but the @jitinsharma recommended choice work for me.
add this to the manifest:
xmlns:tools="http://schemas.android.com/tools"

and then add following to the application element:
tools:replace="android:icon"

@ivnsch
Copy link

ivnsch commented Jul 11, 2017

This is very weird issue, does the dependency contain the demo project...?

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

5 participants