gpt4 book ai didi

android - Glide 在构建应用程序时显示错误

转载 作者:行者123 更新时间:2023-11-29 19:02:14 25 4
gpt4 key购买 nike

首先,我尝试将 glide 更新到 4.6.0,但它出现了一些错误,然后我决定将其降级到 4.4.0,但现在它甚至无法构建应用程序。我试图在 SOgithub 中搜索很多问题,但我找不到任何 .请帮助修复我的错误。

错误:

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

java.io.IOException: Can't write [C:\Users\Srinu\Infinity\app\build\intermediates\multi-dex\debug\componentClasses.jar] (Can't read [C:\Users\Srinu.gradle\caches\modules-2\files-2.1\com.github.bumptech.glide\glide\4.4.0\7d55ca453af56b7f7e6b494c1781755d89047d4f\glide-4.4.0.jar(;;;;;;**.class)] (Duplicate zip entry [glide-4.4.0.jar:com/bumptech/glide/util/Synthetic.class]))

Gradle 依赖:

     compile('com.github.bumptech.glide:glide:4.4.0@aar') {
transitive = true;//I saw this in a question but even it couldn't solve the
issue
}
annotationProcessor 'com.github.bumptech.glide:compiler:4.4.0'
compile 'com.github.bumptech.glide:annotations:4.4.0'

最佳答案

经过大量尝试后,我终于尝试了一种不同的方法,它解决了我的问题。我刚刚从依赖项中删除了 '@aar'compile 'com.github.bumptech.glide:annotations:4.4.0' 我的 glide 工作正常。但我想知道在哪里错误是我真的无法找出真正的问题。

所以现在最终的 gradle 是:

compile('com.github.bumptech.glide:glide:4.4.0') {
transitive = true;
}
annotationProcessor 'com.github.bumptech.glide:compiler:4.4.0'

关于android - Glide 在构建应用程序时显示错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48578805/

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