java.util.zip.ZipException: duplicate entry:com/google/android/gms/auth/UserRecoverableAuthException.class
问题 I'm getting this issue after building app, Execution failed for task ':appname:transformClassesWithJarMergingForDebug. com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry: com/google/android/gms/auth/UserRecoverableAuthException.class My dependencies in build.gradle is dependencies { compile fileTree(include: '*.jar', dir: 'libs') compile project(':_library') compile project(':android-support-v7-appcompat') compile project(':library_pull') compile