无法在 Ubuntu 上从 Eclipse 启动 Android 模拟器

ban*_*cer 5 xorg android eclipse

我最近遇到了一个问题。从某些时候开始,我无法使用以下控制台输出从 Eclipse 启动 Android 模拟器:

[2012-07-06 23:19:18 - MyApp] Launching a new emulator with Virtual Device '2_3_3_Default_HVGA'
[2012-07-06 23:19:20 - Emulator] X Error of failed request:  BadRequest (invalid request code or no such operation)
[2012-07-06 23:19:20 - Emulator]   Major opcode of failed request:  135 (GLX)
[2012-07-06 23:19:20 - Emulator]   Minor opcode of failed request:  19 (X_GLXQueryServerString)
[2012-07-06 23:19:20 - Emulator]   Serial number of failed request:  12
[2012-07-06 23:19:20 - Emulator]   Current serial number in output stream:  12
Run Code Online (Sandbox Code Playgroud)

任何想法可能导致这种情况以及如何处理?

小智 0

这听起来像是您的显卡或驱动程序的问题。要安装驱动程序,可以在选项菜单中(自 12.04 IIRC 起的较新版本中)。在较旧的版本上,您可以从命令提示符运行 jockey-gtk。希望这可以帮助。