【发布时间】:2015-09-28 13:21:07
【问题描述】:
我刚刚安装了 Android Studio,但每当我尝试运行模拟器时,都会出现以下错误:
C:\Users\Ayusch\AppData\Local\Android\sdk\tools\emulator.exe -scale 0.25 -netdelay none -netspeed full -avd Ayusch_Phone_API_23
Creating filesystem with parameters:
could not get wglGetExtensionsStringARB
Size: 69206016
Block size: 4096
Blocks per group: 32768
Inodes per group: 4224
Inode size: 256
Journal blocks: 1024
Label:
Blocks: 16896
Block groups: 1
Reserved block group size: 7
Created filesystem with 11/4224 inodes and 1302/16896 blocks
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
getGLES1ExtensionString: Could not find GLES 1.x config!
Failed to obtain GLES 1.x extensions string!
Could not initialize emulated framebuffer
请帮忙。
我已经设置了我的 AVD RAM to 512 Mb ,但还是不行。
【问题讨论】:
-
emulator: ERROR: Could not initialize OpenglES emulation, use '-gpu off' to disable it.你试过了吗? -
这不是直接解决您的问题,但会解决您的要求。我不建议你使用模拟器,而是使用 Genymotion genymotion.com 是移动开发的虚拟解决方案,我使用它。
-
@TobiaTesan 与在 AVD Manager 中禁用
Use Host GPU相同。
标签: android virtual device avd