Error after adding to project
See original GitHub issueI 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:
- Created 7 years ago
- Reactions:1
- Comments:5
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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”
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”