【发布时间】:2015-06-05 08:54:18
【问题描述】:
我正在运行的命令:
C:\Users\bhaishaki\AppData\Local\Android\sdk\tools\emulator.exe -netdelay none -netspeed full -avd Nexus_5_API_22_x86
emulator: ERROR: Could not initialize OpenglES emulation, use '-gpu off' to disable it.
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
getGLES1ExtensionString: Could not find GLES 1.x config!
Failed to obtain GLES 1.x extensions string!
Could not initialize emulated framebuffer
【问题讨论】:
-
我猜我会说在你的命令行中添加
'-gpu off'来禁用OpenGLES仿真! -
我是新手。请给我一个描述性的解决方案。
-
没问题 - 试试运行这个:
C:\Users\bhaishaki\AppData\Local\Android\sdk\tools\emulator.exe -netdelay none -netspeed full -gpu off -avd Nexus_5_API_22_x86 -
这里有多个选项解决了这个问题!! stackoverflow.com/questions/30686324/…
标签: android android-layout avd