gpt4 book ai didi

android - Glide 无法解析 asBitmap()

转载 作者:塔克拉玛干 更新时间:2023-11-02 07:51:17 24 4
gpt4 key购买 nike

为什么我在使用 Glide 时无法解析此方法,我也无法解析 .diskstaretegy() :

Glide.with(getActivity())
.load(chalet.profilePhoto)
.asBitmap() <--- cannot resolve this
.diskCacheStrategy(DiskCacheStrategy.ALL) <--- cannot reslove this
.fitCenter()
.placeholder(R.drawable.logo).dontAnimate().into(mImageView);

我的毕业典礼:-

compile 'com.github.bumptech.glide:glide:4.0.0'

最佳答案

我找到了修复它的方法,您必须在 with() 之后添加 asBitmap(),它会像以前一样工作。

PS:我的Glide版本是4.7.1

关于android - Glide 无法解析 asBitmap(),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46199440/

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