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 merger failed with multiple errors, see logs #178

Open
LastButNotLeast4Bing opened this issue May 10, 2021 · 1 comment
Open

Manifest merger failed with multiple errors, see logs #178

LastButNotLeast4Bing opened this issue May 10, 2021 · 1 comment

Comments

@LastButNotLeast4Bing
Copy link

when I just create a new project , I follow the "How to include" to edit my build.gradle

repositories {
    maven { url "https://jitpack.io" }
}

and

implementation 'com.github.arcadefire:nice-spinner:1.4.4'

However , when I successfully sync it , and then I run for the app , It show that Manifest merger failed with multiple errors, see logs.

Here is

compileSdkVersion 30
    buildToolsVersion "30.0.3"
minSdkVersion 21
        targetSdkVersion 30
        versionCode 1
        versionName "1.0"

maybe is just a silly problem , but i can‘t solve it ,can you help me?

@LastButNotLeast4Bing
Copy link
Author

I solve it. While you meet this problem , maybe you can add android.enableJetifier=true in gradle.properties to solve it.

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

1 participant