0

运行android模拟器时出现以下错误:

[2012-11-13 21:27:15 - Emulator] X Error of failed request:  BadAlloc (insufficient resources for operation)
[2012-11-13 21:27:15 - Emulator]   Major opcode of failed request:  154 (GLX)
[2012-11-13 21:27:15 - Emulator]   Minor opcode of failed request:  24 (X_GLXCreateNewContext)
[2012-11-13 21:27:15 - Emulator]   Serial number of failed request:  15
[2012-11-13 21:27:15 - Emulator]   Current serial number in output stream:  16
4

1 回答 1

1

一些旧的英特尔显卡有这个问题,我在英特尔 82865G 显卡和 ubuntu 12.04 上遇到了这个问题,解决这个问题的一种方法是从命令提示符启动模拟器,然后它将使用软件渲染器,转到 android-sdks/tools 目录并输入:emulator-arm -avd your_avd,使用命令行我可以工作

于 2013-04-21T16:40:11.550 回答