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

Manifest error while building project #72

Open
Sergiyss opened this issue Feb 14, 2019 · 4 comments
Open

Manifest error while building project #72

Sergiyss opened this issue Feb 14, 2019 · 4 comments

Comments

@Sergiyss
Copy link

I followed the instructions, but I couldn't build the project.

dependencies { implementation 'com.github.mreram:SeekArc:v1.6' }

When I build a project, I get this error. AS 3.4

Manifest merger failed : Attribute application@icon value=(@mipmap/ic_launcher) from AndroidManifest.xml:12:13-47 is also present at [com.github.mreram:SeekArc:v1.6] AndroidManifest.xml:36:9-45 value=(@drawable/ic_launcher). Suggestion: add 'tools:replace="android:icon"' to <application> element at AndroidManifest.xml:10:5-24:19 to override.

@hamza0235
Copy link

have you added jitpack in app level build.gradle ?

@hamza0235
Copy link

try changing dependency to ->
implementation 'com.github.Triggertrap:SeekArc:v1.1'

@SoNep
Copy link

SoNep commented Jul 2, 2019

Add tools:replace="android:icon" to manifest

@arstagaev
Copy link

solution: https://stackoverflow.com/questions/24506800/android-studio-gradle-icon-error-manifest-merger

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