reiley
reiley

Reputation: 3761

Android/Linux: Error of failed request: BadAlloc (insufficient resources for operation)

Getting below error while running android emulator:

[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

Upvotes: 1

Views: 3423

Answers (1)

logonmanish
logonmanish

Reputation: 124

Some old intel graphics card have this problem, I am facing this problem with intel 82865G graphic and ubuntu 12.04, one work around for this is to launch emulator from command prompt, then it will use software renderer, go to android-sdks/tools directory and type: emulator-arm -avd your_avd, Using command line I am able to work

Upvotes: 2

Related Questions