Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
从 url 加载图像时遇到问题。图片 url 包含高清图片,它设置为ImageView。我得到以下错误。
java.lang.OutofMemoryError: bitmap size exceeds VM budget.
该应用程序有许多高清图像要显示。我还需要显示来自本地资源的高清图像。有人可以帮我解决吗?
谢谢。
Android 应用程序有内存限制。尝试优化图像。
在将其设置为图像视图之前,您必须先缩放图像。请按照以下链接避免您的错误:
加入大图像时出现 OutOfMemory 错误
将图像加载到 Bitmap 对象时出现奇怪的内存不足问题
使用多个位图时出现内存不足错误