在eclipse里面新建立了一个项目,啥内容都没的,启动后,就报下面的错误了。在网上找了下,修改了AVD的ram大小,调小了,同时安装了Intel的那个HAXM。说明,android软件是我用虚拟机来安装的,不是在主机上上。
[2012-11-04 00:51:43 - Emulator] Failed to create Context 0x3005
[2012-11-04 00:51:43 - Emulator] emulator: WARNING: Could not initialize OpenglES emulation, using software renderer.
[2012-11-04 00:51:43 - Emulator] could not get wglGetExtensionsStringARB
[2012-11-04 00:51:43 - Emulator] could not get wglGetExtensionsStringARB
[2012-11-04 00:51:43 - Emulator] could not get wglGetExtensionsStringARB
[2012-11-04 00:51:43 - Emulator] could not get wglGetExtensionsStringARB
[2012-11-04 00:51:43 - Emulator] could not get wglGetExtensionsStringARB
[2012-11-04 00:51:43 - Emulator] could not get wglGetExtensionsStringARB
[2012-11-04 00:51:43 - Emulator] could not get wglGetExtensionsStringARB
[2012-11-04 00:51:43 - Emulator] could not get wglGetExtensionsStringARB
[2012-11-04 00:51:46 - Emulator] Failed to allocate memory: 1455
[2012-11-04 00:51:46 - Emulator] 
[2012-11-04 00:51:46 - Emulator] This application has requested the Runtime to terminate it in an unusual way.
[2012-11-04 00:51:46 - Emulator] Please contact the application's support team for more information.

解决方案 »

  1.   

    参考这篇文章来配置: Windows部署Android开发环境教程(Eclipse+ADT)
      

  2.   

    楼主解决了么?我也是用虚拟机的,总是“emulator: WARNING: Could not initialize OpenglES emulation, using software renderer.”是和项目无关的,命令行启动模拟器,就是这个错误。我这边“Failed to allocate memory: 1455”是通过调小内存就好了。
    但是opengles部分,怎么也不行。
    看到有人说需要调整emulator的尺寸,使它和屏幕的尺寸成比例,也试过,但还是不行。
    楼主有解决方案的话,分享下啊,多谢了!
      

  3.   


    你试一试将ram调小到400或者300,它默认的是512的,调小点。
      

  4.   

    单独启动AVD,看是否可以启动,如果可以然后 才在eclipse执行启动
      

  5.   

    俺重装系统后,好了!否则只能每次用时将c盘.android文件删了再重装eclipse。
    嗯,我的问题跟楼主的有点不同。。没有这几句:
    [2012-11-04 00:51:46 - Emulator] Failed to allocate memory: 1455
    [2012-11-04 00:51:46 - Emulator] 
    [2012-11-04 00:51:46 - Emulator] This application has requested the Runtime to terminate it in an unusual way.
    [2012-11-04 00:51:46 - Emulator] Please contact the application's support team for more information.
      

  6.   

    创建AVD的时候把RAM改为768,试试吧