Android Studio 虚拟设备错误
Android Studio Virtual Device Error
我刚刚安装了 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
,但它仍然没有用。
在创建或编辑虚拟设备时取消选中 Use Host GPU
禁用主机 GPU。
我刚刚安装了 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
,但它仍然没有用。
在创建或编辑虚拟设备时取消选中 Use Host GPU
禁用主机 GPU。