从URL加载高清图像时关闭力量

时间:2012-04-10 12:52:08

标签: android out-of-memory

从网址加载图片时遇到问题。图片网址包含高清图片,并设置为 ImageView 。我收到了以下错误。

    java.lang.OutofMemoryError: bitmap size exceeds VM budget.

该应用程序有许多高清图像可供显示。我还需要从本地资源显示高清图像。有人可以帮我解决吗?

感谢。

2 个答案:

答案 0 :(得分:0)

在将图像设置为图像视图之前,您必须缩放图像。请按照以下链接避免错误:

OutOfMemory error while joining large images

Strange out of memory issue while loading an image to a Bitmap object

Out of Memory Error while using many bitmaps

答案 1 :(得分:0)

Android应用程序有内存限制。尝试优化图像。