【发布时间】:2015-08-21 13:44:20
【问题描述】:
我是安卓编程新手。我指的是谷歌开发者网站来学习安卓。在运行应用程序 UI 时,我遇到了这些错误。
H:\SDK\tools\emulator.exe -avd Nexus_5_API_21_x86 -netspeed full -netdelay none
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
我正在使用安卓工作室。
【问题讨论】:
-
使用
emulator.exe @Nexus_6p.API.25 -gpu off
标签: android android-layout android-fragments android-activity avd