Skip to content Skip to sidebar Skip to footer

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:1

Solution 1:

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


Post a Comment for "Android/linux: Error Of Failed Request: Badalloc (insufficient Resources For Operation)"