Android模拟器启动不了解决办法

问题描述:Windows2008中的MyEclipse项目在Windows2003中运行时无法启动模拟器.

解决要点:启动模拟器管理工具,在启动中设置属性中不勾选默认尺寸显示。

系统错误如下:

[2013-08-26 09:14:25 - gpmedicine] ------------------------------
[2013-08-26 09:14:25 - gpmedicine] Android Launch!
[2013-08-26 09:14:25 - gpmedicine] adb is running normally.
[2013-08-26 09:14:25 - gpmedicine] Performing com.gp.acitivity.WelComeActivity activity launch
[2013-08-26 09:14:25 - gpmedicine] Automatic Target Mode: launching new emulator with compatible AVD 'MYAVD'
[2013-08-26 09:14:25 - gpmedicine] Launching a new emulator with Virtual Device 'MYAVD'
[2013-08-26 09:14:31 - Emulator] Failed to allocate memory: 8
[2013-08-26 09:14:31 - Emulator]
[2013-08-26 09:14:31 - Emulator] This application has requested the Runtime to terminate it in an unusual way.
[2013-08-26 09:14:31 - Emulator] Please contact the application's support team for more information.
[2013-08-26 09:16:31 - gpmedicine] ------------------------------

解决办法如下:

1、打开C:Program FilesAndroidandroid-sdkSDK Manager.exe

打开SDK管理器界面

打开Tools菜单

进入管理AVD管理界面

新建或者修改模拟器

提示信息

点击管理器右侧的启动按钮,去掉第一个勾选的默认设置

最后正常运行结果如下:

原文地址:https://www.cnblogs.com/xqf222/p/3306717.html