nice-spinner icon indicating copy to clipboard operation
nice-spinner copied to clipboard

Manifest merger failed with multiple errors, see logs

Open LastButNotLeast4Bing opened this issue 4 years ago • 1 comments

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 avatar May 10 '21 13:05 LastButNotLeast4Bing

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

LastButNotLeast4Bing avatar May 12 '21 14:05 LastButNotLeast4Bing