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.
我使用 169.7 KB png 图像作为我的主要布局的背景。但是应用程序在扩展布局期间崩溃。如果我减小图像大小,那么应用程序工作正常。
以下是崩溃声明:
06-17 17:42:47.252:E/AndroidRuntime(1041):原因:java.lang.OutOfMemoryError:位图大小超出 VM 预算
169.7 KB 不是大尺寸图片,为什么会崩溃?
谁能帮我调试这个问题?
在 Android AVD 中创建模拟器时检查您为模拟器分配的内存。
图像的文件大小不相关。重要的是位图大小(宽度 x 高度 x 深度)。