gpt4 book ai didi

android - 多个 dex 文件定义 Lcom/google/api/client/googleapis/GoogleUtils - 在 Android Studio 项目中

转载 作者:行者123 更新时间:2023-11-30 02:58:49 25 4
gpt4 key购买 nike

无法弄清楚为什么我在尝试运行应用程序时一直收到此错误(编译正常)

com.android.dex.DexException: Multiple dex files define Lcom/google/api/client/googleapis/GoogleUtils;

从上面的堆栈跟踪我可以说它停止在:

/Users/jacek/Documents/GoW/myapp/build/pre-dexed/debug/support-v4-19.1.0-d45e513079f821d0bdcba2b3c444c8362d798113.jar

我认为它要生成的下一个库是一个副本,但很难说它是什么...

这是我的依赖项:

依赖关系{

    compile project(':pixlUI')
compile project(':gowEndpoint')
compile project(':messageEndpoint')
compile 'com.google.android.gms:play-services:4.3.23'
compile 'com.android.support:appcompat-v7:19.1.+'
compile 'com.google.code.gson:gson:2.2.4'
compile 'com.jakewharton:butterknife:4.0.1'
compile 'joda-time:joda-time:2.1'
compile 'commons-lang:commons-lang:2.4'
compile 'commons-io:commons-io:2.4'
compile files('libs/google-api-client-1.16.0-rc.jar')
compile files('libs/google-api-client-android-1.16.0-rc.jar')
compile files('libs/google-http-client-1.16.0-rc.jar')
compile files('libs/google-http-client-android-1.16.0-rc.jar')
compile files('libs/google-http-client-gson-1.16.0-rc.jar')
compile files('libs/google-http-client-jackson-1.16.0-rc.jar')
compile files('libs/google-http-client-jackson2-1.16.0-rc.jar')
compile files('libs/google-oauth-client-1.16.0-rc.jar')
compile files('libs/jackson-core-2.1.3.jar')
compile files('libs/jackson-core-asl-1.9.11.jar')
compile files('libs/jsr305-1.3.9.jar')
}

最佳答案

经过一些尝试错误我想通了

compile files('libs/jackson-core-2.1.3.jar')
compile files('libs/jackson-core-asl-1.9.11.jar')

是重复的

关于android - 多个 dex 文件定义 Lcom/google/api/client/googleapis/GoogleUtils - 在 Android Studio 项目中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22881773/

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