Android模拟器挂断电话,也不可能退出模拟器、也不可能、电话、Android

2023-09-07 16:46:49 作者:超长的好听的男生精选

我已经安装在常规的方式基于Eclipse 3.6 Android插件(又名我步步紧跟谷歌的安装页面)。

I've installed the Android plugin on Eclipse 3.6 in a regular way (aka i followed step by step the google installation page).

当我启动任何示例应用程序,一切工作正常,但如果我尝试退出仿真器(通过单击退出模拟器的十字按钮),模拟器似乎完全地挂起。

When I launch any sample application, everything works fine, but if I try to quit the emulator (by clicking the exit cross button of the emulator), the emulator seems to hang completly.

什么是很烦心事的是,我甚至不能杀死进程,启动另一个仿真器甚至重新启动我的电脑,因为这个过程似乎是不可能停止或中止。

What is very bothering is that I can't even kill the process, launch another emulator or even reboot my pc, since the process seems to be impossible to stop or kill.

有没有人有类似的问题,以及解决给?

Does anyone have similar problem, and a solution to give?

推荐答案

我已经在某些机器上运行Linux时,可看到与模拟器这个问题。这一问题涉及到音频,并可能通过启动仿真器时设置-noaudio选项得到帮助。

I have seen this issue with the emulator when running Linux on some machines. That problem was related to the audio and could be helped by setting the -noaudio option when launching the emulator.

您可以在Eclipse在preferences-Android的推出增加模拟器选项。只需添加到-noaudio默认选项模拟器字段。

You can add emulator options in preferences-Android-Launch in eclipse. Just add -noaudio to the "default emulator options" field.