gpt4 book ai didi

android - Glide 不加载图像

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

我在从网络加载图像时遇到问题。有一些 URL,当我用 Glide 点击它们时,它没有显示图像。例如:

http://2.bp.blogspot.com/_wOtGwObrPyI/SgbEunh78vI/AAAAAAAAAx4/UAk7SuQkUu8/s320/s%C3%BCt%C3%A9s+1146.jpg

URL 是 UTF-8 编码的。

Glide的使用:

Glide.with(this.context).load(currentRecipe.getRecipeThumbnailUrl()).into(categoryIcon);

ImageView布局的一部分:

<ImageView android:id="@+id/categoryPic" 
android:layout_width="wrap_content"
android:layout_height="wrap_content"

在控制台中,我得到以下信息:SkImageDecoder::Factory 返回 null

我四处搜索但没有找到任何有用的解决方案。

设备:小米红米1S安卓版本:4.4.4 Glide 版本:3.7.0

最佳答案

罗伯特帕普说here :

SkImageDecoder::Factory returned null usually means that BitmapFactory.decode couldn't figure out how to handle the input.

所以我认为此时您的图片名称:sütés+1146.jpg 无法由BitmapFactory.decode.

希望这对您有所帮助!

关于android - Glide 不加载图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35878400/

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