美文网首页
Glide显示图片失败,浏览器能打开

Glide显示图片失败,浏览器能打开

作者: void_Zhao | 来源:发表于2018-05-18 16:48 被阅读0次

    做个记录,在和后台联调的时候,用Glide加载图片时一直显示不了,但是浏览器能打开显示,使用Glide监听方法调试,error是null,后来比对后台保存和本地图片,发现是图片掉帧导致

    调试时候,控制台还会出现下面的日志:

    class com.bumptech.glide.load.engine.GlideException: Failed to load resource

    Cause (1 of 1): class com.bumptech.glide.load.engine.GlideException: Failed >LoadPath{ContentLengthInputStream->GifDrawable->GifDrawable}, REMOTE

    Cause (1 of 1): class com.bumptech.glide.load.engine.GlideException: Failed >DecodePath{ContentLengthInputStream->GifDrawable->GifDrawable}

    相关文章

      网友评论

          本文标题:Glide显示图片失败,浏览器能打开

          本文链接:https://www.haomeiwen.com/subject/fhngdftx.html