'could not get wglGetExtensionsStringARB' for Android Emulator

前端 未结 5 2064
不知归路
不知归路 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

提交回复
热议问题