本文介绍了的Andr​​oid / Linux的:失败请求的错误:BadAlloc(运行资源不足)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

获取下面的错误,同时运行Android模拟器:

  [2012年11月13日二十一时27分15秒 - 模拟器]×失败请求的错误:BadAlloc(运行资源不足)
[2012年11月13日21时27分15秒 - 模拟器]失败请求的主要运算code:154(GLX)
[2012年11月13日21时27分15秒 - 模拟器]失败请求的小调code:24(X_GLXCreateNewContext)
[2012年11月13日21时27分15秒 - 模拟器]序号失败的请求数:15
[2012年11月13日21时27分15秒 - 模拟器在输出流中当前的序列号:16


解决方案

一些老的intel显卡有这个问题,我面对这个问题,英特尔82865G图形和Ubuntu 12.04,一部作品围绕这是从命令来启动模拟器提示,那么它会用软件渲染,进入Android系统的SDK / tools目录,​​然后输入:仿真臂-avd your_avd,使用命令行,我能工作

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
解决方案

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

这篇关于的Andr​​oid / Linux的:失败请求的错误:BadAlloc(运行资源不足)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-19 07:35