1
java.util.zip.ZipException:重複したエントリ:COM /グーグル/アンドロイド/ GMS /認証/ UserRecoverableAuthException.class
実行は「タスクのために失敗した私は、アプリを構築した後、この問題を取得してい
、:APPNAME: transformClassesWithJarMergingForDebug com.android.build.api.transform.TransformException: java.util.zip.ZipException:重複したエントリ:build.gradleでCOM /グーグル/アンドロイド/ GMS /認証/ UserRecoverableAuthException.class
私の依存関係があります
dependencies {
compile fileTree(include: '*.jar', dir: 'libs')
compile project(':_library')
compile project(':android-support-v7-appcompat')
compile project(':library_pull')
compile project(':Drag_library')
compile 'com.google.android.gms:play-services-appindexing:8.1.0'
compile files('libs/org.apache.http.legacy.jar')
}