gpt4 book ai didi

Retrofit 和 GSON 上的 java.util.zip.ZipException

转载 作者:太空宇宙 更新时间:2023-11-04 11:46:05 28 4
gpt4 key购买 nike

您好,我收到此错误

Error:Execution failed for task ':app:transformClassesWithJarMergingForDebug'. com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry: com/google/gson/annotations/Expose.class

当我将改进的 GSON 转换器添加到我的 gradle 时,这是我的 gradle。

dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile files('libs/GenAsync.1.2.jar')
compile files('libs/gson-2.2.4.jar')
compile files('libs/KGJsonConverter.jar')
compile files('libs/MD5Simply.jar')
compile files('libs/PhotoUtil.jar')
compile files('libs/android-viewbadger.jar')
compile 'com.squareup.retrofit2:converter-gson:2.1.0'
testCompile 'junit:junit:4.12'
compile files('libs/retrofit-2.1.0.jar')
}

你们能帮我解决我的问题吗?谢谢

最佳答案

com.google.gson.annotations.Expose 在多个依赖项中定义。您需要排除或删除冲突的依赖项。

例如。 com.squareup.retrofit2:converter-gson:2.1.0 已包含传递依赖项 com.google.code.gson:gson:2.7,因此无需再声明 compile files('libs/gson-2.2.4.jar')

关于Retrofit 和 GSON 上的 java.util.zip.ZipException,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42331548/

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