Home  >  Q&A  >  body text

android - Fresco加载图片失败

其他页面没问题,单单就一个页面不行。
其他的原因都看了,有宽高,数据没问题(网络数据),图片400*800 ,1.2M,放在行布局中。
大神们分析一下原因。

————————————————————————————————

问题解决了,因为地址中有中文。用urlencode解码一下好了。

PHP中文网PHP中文网2741 days ago341

reply all(2)I'll reply

  • 怪我咯

    怪我咯2017-04-17 17:48:30

    The problem is solved because there is Chinese in the address. Use urlencode to decode it.

    reply
    0
  • PHPz

    PHPz2017-04-17 17:48:30

    Is this the page? SimpleDraweeView的高度使用了 wrap_contentFresco does not support package height.

    reply
    0
  • Cancelreply