Android- Picasso有时会给SkImageDecoder :: Factory返回null

时间:2016-02-29 13:55:02

标签: android null picasso bitmapfactory imagedownload

使用Picasso库下载图像时出现以下错误。

SkImageDecoder::Factory returned null

我使用的代码如下:

Picasso.with(context).load(mySharedPreferences.GetUserCoverImageUrl())
        .placeholder(R.drawable.cover_no_img)
        .fit()
        .into(coverImage_iv);

你能建议解决方案吗?我用谷歌搜索了它,但无法理解解决方案。

0 个答案:

没有答案