我刚刚安装了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
,但它仍然没有用。
答案 0 :(得分:0)
在创建或编辑虚拟设备时,禁用主机GPU取消选中Use Host GPU
。