question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error after adding to project

See original GitHub issue

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)

Issue Analytics

  • State:open
  • Created 7 years ago
  • Reactions:1
  • Comments:5

github_iconTop GitHub Comments

1reaction
MohammadFeyziancommented, Jun 20, 2017

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”

1reaction
jitinsharmacommented, Apr 22, 2016

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

and following in <application> element tools:replace=“android:icon”

Read more comments on GitHub >

github_iconTop Results From Across the Web

error when adding existing project in solution - Stack Overflow
In my solution I have currently 2 projects, and I want to add a third. This is the same as on my current...
Read more >
Error adding existing project to solution fails - MSDN - Microsoft
I have a 59 project solution in VS2010 sp1. When I attempt to add a specific / existing project to my solution, I...
Read more >
Can't add project, unspecified error - Visual Studio Feedback
I'm just trying to work on this project, and I'm having a hell of a time. Can't add existing projects, projects that are...
Read more >
Build error after adding header file to project
If I add anything to the "Header Files" section of the project, for instance Defs.h, I get the following error:
Read more >
500 Error on Add To Project (Community) - Looker Support
Troubleshooting: The root cause of this issue is when we already created a view with the same name. Changing the view name, or...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found