本文介绍了Android的 - 无法分配内存的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我收到试图启动仿真器时,这个错误:
I'm getting this error when trying to launch the emulator:
[2011-10-21 16:25:02 - Emulator] Failed to allocate memory: 8
[2011-10-21 16:25:02 - Emulator]
[2011-10-21 16:25:02 - Emulator] This application has requested the Runtime to terminate it in an unusual way.
[2011-10-21 16:25:02 - Emulator] Please contact the application's support team for more information.
我试着摆弄启动安装程序没有成功:
I tried tinkering with the launch setup without success:
4.0模拟器运行得很好。Windows XP上运行。
The 4.0 emulator runs just fine.Running on Windows XP.
推荐答案
设置设备的RAM大小为512的固定这一点。
Setting device ram size to 512 fixed this.
这篇关于Android的 - 无法分配内存的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!