com.android.build.api.transform.TransformException:java.util.zip.ZipException:重复条目:org / apache / harmony / awt / internal / nls / Messages.class

时间:2016-01-03 10:12:09

标签: android android-studio android-gradle

尝试运行应用程序时出现以下错误。

  

错误:任务':app:transformClassesWithJarMergingForDebug'的执行失败。   com.android.build.api.transform.TransformException:java.util.zip.ZipException:重复条目:org / apache / harmony / awt / internal / nls / Messages.class

以下是我的依赖项:

dependencies {
    compile fileTree(include: ['*.jar'], dir: 'libs')
    testCompile 'junit:junit:4.12'
    compile 'com.github.markushi:circlebutton:1.1'
    compile 'com.android.support:appcompat-v7:23.1.1'
    compile 'com.android.support:design:23.1.1'
    compile 'com.google.android.gms:play-services:8.3.0'
    compile files('libs/droidText.0.2.jar')
    compile project(':backgroundMailLibrary')
}

0 个答案:

没有答案