gpt4 book ai didi

java - 找不到 GlideApp

转载 作者:行者123 更新时间:2023-12-02 01:39:08 29 4
gpt4 key购买 nike

error: cannot find symbol variable GlideApp

这是我收到的错误。我使用的是 Android studio 3.3.1 并导入了这些模块用于 glide。

implementation 'com.github.bumptech.glide:glide:4.8.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.8.0'
<小时/>
GlideApp.with(this /* context */)
.load(storageReference)
.into(MainImage);

最佳答案

如果无法生成GlideAPP

annotationProcessor com.github.bumptech.glide:compiler:4.9.0

必须与‘AppGlideModule实现类’在同一个模块中

关于java - 找不到 GlideApp,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54713751/

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