'could not get wglGetExtensionsStringARB' for Android Emulator

前端 未结 5 2012
不知归路
不知归路 2020-12-10 12:54

Actually I have a problem with my Android application in eclipse. When I run my program, it gives me a message which is concluded of many errors. So I copied and pasted them

相关标签:
5条回答
  • 2020-12-10 13:30

    Graphics acceleration for the emulator takes advantage of your development computer's graphics hardware, specifically its graphics processing unit (GPU), to make screen drawing faster. To use the graphics acceleration feature, you must have the following versions of the Android development tools installed:

    Android SDK Tools, Revision 17 or higher
    Android SDK Platform API 15, Revision 3 or higher
    

    Please check this link http://developer.android.com/tools/devices/emulator.html#acceleration

    0 讨论(0)
  • 2020-12-10 13:32

    This is slightly edge case but my emulator started fine when I was physically at the computer that ran it but when I remoted into that computer (via RDP) and attempted to start the emulator, it failed with these errors.

    I believe this is a limitation with the emulator software over remote connections because I went to the physical location of the computer and started the emulator and it worked fine.

    0 讨论(0)
  • 2020-12-10 13:43

    It may be too late to answer this question,but I solved the problem (could not get wglGetExtensionsStringARB) by installing the latest version of my graphics (video) driver. also from device properties, I have checked 'use host GPU' option. it is working now with the following settings:
    settings for virtual device

    0 讨论(0)
  • 2020-12-10 13:43

    Try updating your graphic card driver

    0 讨论(0)
  • 2020-12-10 13:44

    Try setting the RAM to 512 Mb. It worked for me.

    0 讨论(0)
提交回复
热议问题