我一直在下面的http://developer.android.com/training/basics/firstapp/running-app.html發現運行Eclipse的AVD的Hello World應用程序的說明,但AVD不啓動,我得到了以下信息:Android模擬器上的Eclipse工作不
[2013-01-20 00:20:59 - MyFirstApp] ------------------------------
[2013-01-20 00:20:59 - MyFirstApp] Android Launch!
[2013-01-20 00:20:59 - MyFirstApp] adb is running normally.
[2013-01-20 00:20:59 - MyFirstApp] Performing com.example.myfirstapp.MainActivity activity launch
[2013-01-20 00:21:00 - MyFirstApp] Automatic Target Mode: launching new emulator with compatible AVD 'TestAVD'
[2013-01-20 00:21:00 - MyFirstApp] Launching a new emulator with Virtual Device 'TestAVD'
[2013-01-20 00:21:48 - Emulator] Failed to create Context 0x3005
[2013-01-20 00:21:48 - Emulator] emulator: WARNING: Could not initialize OpenglES emulation, using software renderer.
[2013-01-20 00:21:48 - Emulator] Failed to allocate memory: 8
[2013-01-20 00:21:48 - Emulator]
[2013-01-20 00:21:48 - Emulator] This application has requested the Runtime to terminate it in an unusual way.
[2013-01-20 00:21:48 - Emulator] Please contact the application's support team for more information.
而且,彈出一個錯誤窗口,說ARM模擬器exe已停止工作。有什麼想法嗎?
嗯仍然無法正常工作。另一個線程的OP最終通過升級他的操作系統來解決它;他原來的Ubuntu版本太老了,無法運行。我使用的是Vista,所以操作系統(除了因爲Vista LOL而本身就不好)不應該成爲問題。 – nsax91