gpt4 book ai didi

android - java.util.zip.ZipException : duplicate entry during packageAllDebugClassesForMultiDex

转载 作者:行者123 更新时间:2023-11-30 00:48:38 25 4
gpt4 key购买 nike

我不确定这个错误是什么意思。

Execution failed for task ':excelSior:packageAllDebugClassesForMultiDex'.
> java.util.zip.ZipException: duplicate entry: android/support/v4/util/TimeUtils.class

我目前正在为我的库使用 android-support-v4.jar

dependencies {
compile project(':addThisSDK')
compile project(':centeredContentButton')
compile project(':googleplayservices_lib')
compile files('libs/adxtag2.4.6.jar')
compile files('libs/android-support-v4.jar')
compile files('libs/aws-android-sdk-1.7.1.1-debug.jar')
compile files('libs/commons-lang-2.6.jar')
compile files('libs/crittercism_v4_4_0_sdkonly.jar')
compile files('libs/dd-plist.jar')
compile files('libs/FiksuAndroidSDK_4.1.1.jar')
compile files('libs/iqengines-sdk-barcode.jar')
compile files('libs/irEventTracker-1.2.jar')
compile files('libs/jolt-core-0.0.7.jar')
compile files('libs/json-utils-0.0.7.jar')
compile files('libs/jsoup-1.7.2.jar')
compile files('libs/kooaba-api-v4-java.jar')
compile 'com.android.support:multidex:1.0.0'
}

在 gradle sync 期间不会出现错误。就在我尝试运行应用程序时

可能是什么问题?

最佳答案

你现在可能已经解决了这个问题,但只是为了让这个问题不会一直没有答案,尝试将此添加到您的 build.gradle:

configurations {
all*.exclude group: 'com.android.support', module: 'support-v4'
}

关于android - java.util.zip.ZipException : duplicate entry during packageAllDebugClassesForMultiDex,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41422851/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com