--- SkImageDecoder :: Factory在显示图像时在android中返回null

时间:2012-12-31 10:29:19

标签: android image sqlite

我将图像存储在字节数组中的sqlite中并显示来自sqlite的图像,但问题是我无法显示这些图像,因为它们正在显示

         --- SkImageDecoder::Factory returned null

我用的代码是

img.setImageBitmap(BitmapFactory.decodeByteArray(map.get(POSITION), 0, map.get(POSITION).length));

有人能告诉我解决这个问题吗?

0 个答案:

没有答案