2

所以我想开始为Android制作应用程序。我阅读并按照本教程设置了我需要的一切,但是在运行我的第一个小应用程序时,我收到以下消息:

[2012-05-28 16:09:54 - HelloAndroid] Android Launch!
[2012-05-28 16:09:54 - HelloAndroid] adb is running normally.
[2012-05-28 16:09:54 - HelloAndroid] Performing jannis.test.helloandroid.HelloAndroid activity launch
[2012-05-28 16:09:54 - HelloAndroid] Automatic Target Mode: launching new emulator with compatible AVD 'MyAVD'
[2012-05-28 16:09:54 - HelloAndroid] Launching a new emulator with Virtual Device 'MyAVD'
[2012-05-28 16:10:55 - Emulator] WARNING: Data partition already in use. Changes will not persist!
[2012-05-28 16:10:55 - Emulator] emulator: Failed to open the HAX device!
[2012-05-28 16:10:55 - Emulator] HAX is not working and emulator runs in emulation mode
[2012-05-28 16:10:55 - Emulator] 
[2012-05-28 16:10:55 - Emulator] emulator: Open HAX device failed
[2012-05-28 16:10:55 - Emulator] 
[2012-05-28 16:10:55 - Emulator] Failed to allocate memory: 1455
[2012-05-28 16:10:55 - Emulator] 
[2012-05-28 16:10:55 - Emulator] This application has requested the Runtime to terminate it in an unusual way.
[2012-05-28 16:10:55 - Emulator] Please contact the application's support team for more information.

除了我不知道这意味着什么,当然我做了一些搜索,这里有人遇到了同样的问题:运行新的 Intel 模拟器 for Android

建议使用 SDK 管理器安装英特尔硬件加速执行管理器。我尝试了一下,然后再次出现错误:

Preparing to install archives
Unexpected Error installing 'Intel Hardware Accelerated Execution Manager, revision 1':
org.eclipse.swt.SWTException: Widget is disposed

我不知道该怎么做。有人可以帮我吗?

问候

4

2 回答 2

3

除了 HAX 的东西,试着将你给设备的内存减少到 800MB。好像要求有点过分了。

于 2012-12-19T15:43:09.577 回答
0

请参考此页面:配置虚拟机加速

于 2012-05-28T14:32:58.073 回答