尝试使用BitmapFactory.decodeStream()加载一些图像后出现FileNotFoundException

时间:2014-05-20 11:56:21

标签: java android bitmap photos picturegallery

我有以下代码:

 InputStream stream = context.getActivity().getContentResolver().openInputStream(data.getData());
 bitmap = BitmapFactory.decodeStream(stream);
 stream.close();

一切正常,但是一些带有begin path“/ 0 / file ...”的文件会抛出一个FileNotFoundException,其中[object BitmapData]为null。

我在哪里弄错了?

编辑 --------------------------------------- -------------------------------------------

我的解决方案是刷新照片(g +图库浏览器)

0 个答案:

没有答案