获得此异常错误:任务':app:transformClassesWithJarMergingForDebug'执行失败

时间:2017-07-10 07:31:55

标签: android

我在我的应用程序中收到此异常,我试图解决这个问题三天,哪些更改可以删除此异常

错误:任务':app:transformClassesWithJarMergingForDebug'执行失败。

  

com.android.build.api.transform.TransformException:java.util.zip.ZipException:重复条目:org / apache / commons / codec / binary / Hex.class

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])

androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.1', {
    exclude group: 'com.android.support', module: 'support-annotations'
})
compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.google.android.gms:play-services:10.2.1'
compile(name:'lmrideviewlib', ext:'aar')
testCompile 'junit:junit:4.12'
compile files('libs/aws-android-sdk-core-2.3.0.jar')
compile files('libs/aws-android-sdk-s3-2.3.0.jar')
}

0 个答案:

没有答案