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.
我想知道黑莓主屏幕是否有内存限制?我的意思是我的游戏中有车库屏幕和 60 辆汽车 + 其他图像启动,并且加载时间似乎会导致真实设备上的错误,Bold 9700。图像是否可能导致内存错误?/res 文件夹中这些图像的总大小约为 2mb。
可能。您可以尝试的一种解决方法是不要一次将所有图像加载到内存中,而是可以根据需要加载图像。这将节省内存。
谢谢
纳文 M