AVD模拟器无法在Eclipse中启动

时间:2012-09-11 16:20:07

标签: java android eclipse avd

我正在尝试在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'

一切似乎都正常运行,然后就此停止了。

我不知道问题是什么,我已经尝试完全卸载所有内容并重新安装所有内容而不做任何更改。

1 个答案:

答案 0 :(得分:1)

我有同样的问题,在我的情况下,模拟器无法启动因为opengles失败,所以我在-gpu onEmulator - accel graphics)中添加Additional Emulator Command Line Options,然后模拟器正常工作。