我正在尝试在Eclipse中启动AVD模拟器,但没有任何反应。
控制台显示:
[2012-09-11 17:06:02 - SecondAPP] Android Launch!
[2012-09-11 17:06:02 - SecondAPP] adb is running normally.
[2012-09-11 17:06:02 - SecondAPP] Performing ie.mf.secondapp.MainActivity activity launch
[2012-09-11 17:06:02 - SecondAPP] Automatic Target Mode: launching new emulator with compatible AVD 'MyAVD'
[2012-09-11 17:06:02 - SecondAPP] Launching a new emulator with Virtual Device 'MyAVD'
一切似乎都正常运行,然后就此停止。
我不知道问题是什么,我已经尝试完全卸载所有内容并重新安装所有内容,并且没有任何更改。
最佳答案
我遇到了同样的问题,因为opengles失败,模拟器无法启动,所以我在-gpu on
(Emulator - accel graphics)中添加了Additional Emulator Command Line Options
,然后模拟器可以正常工作。