com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry: com/google/android/gms/internal/zzbn.class

后端 未结 1 1930
野性不改
野性不改 2021-01-22 00:59

After adding the firebase sdk to gradle facing the below issue.

Error:Execution failed for task \':app:transformClassesWithJarMergingForDebug\'.

相关标签:
1条回答
  • 2021-01-22 01:43

    Just execute command - ./gradlew :app:dependencies and then see if the libs you are using internally using any other versions of google play service .If yes then remove or update those libs.

    0 讨论(0)
提交回复
热议问题