错误:任务 ':app:packageAllDebugClassesForMultiDex' 执行失败

Posted

技术标签:

【中文标题】错误:任务 \':app:packageAllDebugClassesForMultiDex\' 执行失败【英文标题】:Error: Execution failed for task ':app:packageAllDebugClassesForMultiDex'错误:任务 ':app:packageAllDebugClassesForMultiDex' 执行失败 【发布时间】:2016-05-07 19:44:55 【问题描述】:

最近我更新了我的 android Studio,出现了这个错误。有什么建议吗?

非常感谢。

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

java.util.zip.ZipException:重复条目:android/support/annotation/AnimRes.class

机器人 compileSdkVersion 23 buildToolsVersion "23.0.2"

defaultConfig 
    applicationId "com.tankexchange.android.app.tankwallet"
    minSdkVersion 16
    targetSdkVersion 23
    versionCode 21
    versionName "1.0"
    multiDexEnabled true

buildTypes 
    release 
        minifyEnabled false
        proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
    


dependencies 
    compile fileTree(dir: 'libs', include: ['*.jar'])
    compile project(':library_volley')
    compile project(':library_api')
    compile "com.android.support:support-v4:23.1.1"
    compile "com.android.support:support-v13:23.1.1"
    compile 'com.android.support:appcompat-v7:23.1.1'
    compile 'com.android.support:recyclerview-v7:23.1.1'
    compile 'com.android.support:design:23.1.1'
    compile 'com.android.support:cardview-v7:23.1.1'
    compile 'com.android.support:gridlayout-v7:23.1.1'
    compile 'com.google.android.gms:play-services-location:8.3.0'
    compile 'com.google.android.gms:play-services-maps:8.3.0'
    compile 'com.google.android.gms:play-services-plus:8.3.0'
    compile 'com.google.android.gms:play-services-gcm:8.3.0'
    compile 'com.google.android.gms:play-services-analytics:8.3.0'
    compile 'com.google.maps.android:android-maps-utils:0.3+'

    compile 'com.makeramen:roundedimageview:2.1.0'
    compile 'com.squareup.picasso:picasso:2.5.2'
    compile('com.github.afollestad.material-dialogs:core:0.8.5.3@aar') 
        transitive = true
    
    compile 'com.flipboard:bottomsheet-core:1.4.3'
    compile 'com.facebook.rebound:rebound:0.3.7'
    compile 'me.grantland:autofittextview:0.2.1'
    compile 'com.balysv:material-ripple:1.0.2'
    compile 'com.squareup.okhttp:okhttp-urlconnection:2.7.0'
    compile 'com.karumi:dexter:2.1.3'

    compile 'com.braintreepayments.api:braintree:2.+'
    compile 'com.braintreepayments:card-form:2.1.1'
    compile('com.crashlytics.sdk.android:crashlytics:2.5.5@aar') 
        transitive = true;
    

【问题讨论】:

这应该有助于***.com/questions/26966843/… 嗨muratgu,还是没有运气。还有什么建议吗? 你找到有问题的图书馆了吗?你从那个链接尝试了什么? 这意味着你添加了两次相同的类(可能是不同的版本)。检查您的依赖项并发布您的 build.gradle 和您的依赖项。 大家好,我发布了我的 gradle 依赖项。请帮我找到重复的“android/support/annotation”。非常感谢。 【参考方案1】:

终于找到原因了。

compile ('com.karumi:dexter:2.1.3')
            exclude module: 'support-annotations'
        

这是有重复导入的库!

【讨论】:

将您的答案标记为已接受。它可以帮助其他用户【参考方案2】:

在您的 App Gradle 文件中启用 multiDexEnabled

android 

    defaultConfig 
            ...
        multiDexEnabled true
    


dependencies 
            ...
    compile 'com.android.support:multidex:1.0.1'


【讨论】:

multidex 无法解析 java.util.zip.ZipException:重复条目

以上是关于错误:任务 ':app:packageAllDebugClassesForMultiDex' 执行失败的主要内容,如果未能解决你的问题,请参考以下文章

任务发送至错误打印机

当我使用发送邮件任务时,SSIS 包显示错误

Visual Studio 错误:“无法激活后台任务。后台任务激活失败。”

我收到以下错误:[GraphQL 错误]:消息:任务

Android错误:错误:任务':app:transformClassesWithDexForDebug'的执行失败

错误:打字稿任务检测没有为以下配置贡献任务