Bitmap bitmap = null; try { // 实例化Bitmap bitmap = BitmapFactory.decodeFile(path); } catch (OutOfMemoryError e) { //处理错误 }
安卓图片处理出现内存溢出
最新推荐文章于 2024-09-22 06:18:27 发布
Bitmap bitmap = null; try { // 实例化Bitmap bitmap = BitmapFactory.decodeFile(path); } catch (OutOfMemoryError e) { //处理错误 }