android - 生成签名的APK时出错:重复项:android/support/v7/util/ThreadUtil $

标签 android gradle duplicates kinvey

我为此花费了无数的时间,阅读了大量的SO帖子,但是似乎找不到解决方案。当我生成签名的APK时,我不断

Error:Execution failed for task ':app:transformClassesWithJarMergingForRelease'.

com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry: android/support/v7/util/ThreadUtil$BackgroundCallback.class


我尝试删除了不同的JAR,以查看可能是重复的,但无济于事。 android-support-v7-recyclerview-23.1.1.jar似乎是我的罪魁祸首,所以我将其删除,再也没有收到错误。但是,相反,我的应用开始花费很长时间才能生成,CPU使用率达到350%,然后gradle超时并出现“OutOfMemory”异常。
这是我的build.gradle文件。
apply plugin: 'com.android.application'
repositories {
    mavenCentral()
    maven(){
        url "https://oss.sonatype.org/content/repositories/snapshots"
    }
    flatDir {
        dirs 'libs'
    }
}

android {
    compileSdkVersion 25
    buildToolsVersion "23.0.3"

    defaultConfig {
        applicationId "com.me.myapp"
        minSdkVersion 13
        targetSdkVersion 25
        multiDexEnabled true
    }

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

dependencies {
    compile 'com.android.support:support-v4:25.1.0'
    compile 'com.google.android.gms:play-services-analytics:10.0.1'
    compile 'com.android.support:appcompat-v7:25.1.0'
    compile 'com.google.android.gms:play-services-ads:10.0.1'
    compile 'com.google.android.gms:play-services-location:10.0.1'
    compile files('libs/android-support-v7-recyclerview-23.1.1.jar')
    compile files('libs/applovin-6.3.0.jar')
    compile files('libs/appodeal-1.15.8.jar')
    compile files('libs/chartboost-6.5.1.jar')
    compile files('libs/flurry-analytics-6.5.0.jar')
    compile files('libs/google-http-client-1.19.0.jar')
    compile files('libs/google-http-client-android-1.19.0.jar')
    compile files('libs/google-http-client-gson-1.19.0.jar')
    compile files('libs/google-http-client-jackson2-1.19.0.jar')
    compile files('libs/gson-2.1.jar')
    compile files('libs/guava-18.0.jar')
    compile files('libs/jackson-core-2.1.3.jar')
    compile files('libs/java-api-core-2.10.10.jar')
    compile files('libs/kinvey-android-2.10.10.jar')
    compile files('libs/my-target-4.5.10.jar')
    compile files('libs/unity-ads-2.0.4.jar')
    compile files('libs/yandex-metrica-2.51.jar')
    compile project(':cheetah-mobile-3.4.7')
    compile 'com.android.support:multidex:1.0.1'
    compile 'com.github.dexafree:materiallist:3.2.1'
    compile 'jp.wasabeef:recyclerview-animators:2.0.1'
    compile ('com.github.worker8:tourguide:1.0.17-SNAPSHOT@aar'){
        transitive=true
    }
}
apply plugin: 'com.google.gms.google-services'
先感谢您!

最佳答案

我很开心!终于解决了!

我从gradle中删除了“libs / android-support-v7-recyclerview-23.1.1.jar”,并在build.gradle的“android”附件中添加了以下几行。

dexOptions { 
    javaMaxHeapSize "4g" 
}

我从this post得到了答案。

关于android - 生成签名的APK时出错:重复项:android/support/v7/util/ThreadUtil $,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41514508/

相关文章:

android - 如何在 Android Studio 中打开 Gradle 项目(修复 "gradle sync fails error")——打开 zip 文件时出错

android - Google http/oauth2 api 总是为第二个 HTTPRequest 抛出 EOFException

android - 应用插件: 'com.google.ar.sceneform.plugin'。无法建立

mysql - 删除表的重复项

javascript - 使用 javascript 从数组中删除重复的对象

java - 将特定时间分配给日历

android - 如何在 Android 中使用 GPUImage 在视频上添加滤镜?

java - Gradle & Intellij 可选择包含其他模块

java - Android错误:找不到符号类LocationClient

python - 查找重复邮寄地址的策略