所以我想开始制作Android应用程序。我阅读并关注this tutorial以设置我需要的所有内容,但在运行我的第一个小应用程序时,我收到以下消息:
[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.
除了我不知道它意味着什么这个事实,当然我做了一些搜索,这里有人有同样的问题:Running the new Intel emulator for Android
建议使用SDK Manager安装 Intel Hardware Accelerated Execution Manager 。我尝试了,然后再次出错:
Preparing to install archives
Unexpected Error installing 'Intel Hardware Accelerated Execution Manager, revision 1':
org.eclipse.swt.SWTException: Widget is disposed
我不知道该怎么做。有人可以帮帮我吗?
此致
答案 0 :(得分:3)
除了HAX之外,请尝试将您提供给设备的内存减少到800MB。看起来它要求的太多了。
答案 1 :(得分:0)