Мне не удалось построить проект Android, который может быть успешно построен - PullRequest
0 голосов
/ 16 октября 2019

C: \ Users \ dhulo.gradle \ caches \ transforms-2 \ files-2.1 \ e52dc6502eecf8df3e13a267a6a1c96b \ jetified-unmaterialtabs-0.1a \ res \ values ​​\ values.xml: 3: 5-7: 115: AAPT: ошибка: дублирующее значение для ресурса 'attr / cornerRadius' с настройкой ''.

            dependencies {
                implementation fileTree(include: ['*.jar'], dir: 'libs')
                androidTestImplementation('androidx.test.espresso:espresso-core:3.1.0', {
                    exclude group: 'com.android.support', module: 'support-annotations'
                })
                implementation files('libs/gson-2.8.0.jar')
             //   compile files('libs/StartAppInApp-3.5.7.jar')
                // Mandatory
                // Mandatory

                implementation 'com.tapadoo.android:alerter:3.0.0'
                implementation 'com.github.coyarzun89:fabtransitionactivity:0.2.0'
                implementation 'com.github.clans:fab:1.6.4'
                implementation 'com.google.android.gms:play-services-basement:15.0.1'
                implementation 'com.google.android.gms:play-services-location:15.0.1'
                implementation 'com.google.firebase:firebase-messaging:17.3.0'
                implementation 'com.google.firebase:firebase-core:16.0.3'
                implementation 'com.afollestad.material-dialogs:core:0.9.6.0'
                implementation 'com.github.dimorinny:floating-text-button:0.0.4'
                implementation 'com.ogaclejapan.smarttablayout:library:1.6.1@aar'
                implementation 'androidx.appcompat:appcompat:1.0.0'
                implementation 'com.google.android.material:material:1.0.0'
                implementation 'com.github.developer-shivam:crescento:1.2.1'
                implementation 'androidx.legacy:legacy-support-v4:1.0.0'
                implementation 'com.android.volley:volley:1.1.1'
                implementation 'androidx.cardview:cardview:1.0.0'
                implementation 'com.robertlevonyan.view:MaterialChipView:1.2.4'
                implementation 'com.squareup.picasso:picasso:2.5.2'
                implementation 'androidx.palette:palette:1.0.0'
                implementation 'com.github.Cutta:TagView:1.3'
                implementation 'com.github.bumptech.glide:glide:3.7.0'
                implementation 'com.github.castorflex.smoothprogressbar:library-circular:1.3.0'
                implementation 'com.ruslankishai:unmaterialtabs:0.1a'
                implementation 'androidx.vectordrawable:vectordrawable:1.0.0'
                implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
                implementation 'com.squareup.retrofit2:retrofit:2.4.0'
                testImplementation 'junit:junit:4.12'
                implementation 'com.jakewharton:butterknife:10.0.0'
                annotationProcessor 'com.jakewharton:butterknife-compiler:10.0.0'
            }
            apply plugin: 'com.google.gms.google-services'
...