所以我想進入爲Android創建應用程序。我閱讀並遵循this tutorial建立我需要的一切,但運行我的第一個小應用程序的時候,我得到了以下信息:在Eclipse上運行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.
除了這個事實,我不知道這意味着什麼,當然我做了一些搜索,並有人在這裏有大約同樣的問題:Running the new Intel emulator for Android
在那裏,它是一個建議使用SDK管理器安裝英特爾硬件加速執行管理器。我嘗試一下,然後再次出現錯誤:
Preparing to install archives
Unexpected Error installing 'Intel Hardware Accelerated Execution Manager, revision 1':
org.eclipse.swt.SWTException: Widget is disposed
我不知道該怎麼做。有誰能幫我出來嗎?
問候
你能嘗試從這裏的解決方案:http://stackoverflow.com/questions/10761696/android-running-the-new-intel-emulator – Yury