本文介绍了问题推出Android Studio中的模拟器。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
当我尝试推出在Android Studio中的虚拟设备,我得到以下错误:
\r
\r\r
\rC:\\用户\\杀了我\\应用程序数据\\本地\\ Android的\\ SDK \\ TOOLS \\ emulator.exe-netdelay没有-netspeed全-avd ApukaPappu\r
无法获得wglGetExtensionsStringARB\r
创建具有参数文件系统:\r
尺寸:69206016\r
无法获得wglGetExtensionsStringARB\r
数据块大小:4096\r
无法获得wglGetExtensionsStringARB\r
无法获得wglGetExtensionsStringARB\r
每个组块:32768\r
每个组的inode:4224\r
无法获得wglGetExtensionsStringARB\r
Inode大小:256\r
无法获得wglGetExtensionsStringARB\r
杂志块:1024\r
无法获得wglGetExtensionsStringARB\r
标签:\r
无法获得wglGetExtensionsStringARB\r
getGLES1ExtensionString:找不到GLES 1.x的配置!\r
块:16896\r
未能获得GLES 1.x的扩展串!\r
块组:1\r
无法初始化仿真的framebuffer\r
保留块组大小:7\r
创建文件系统与四千二百二十四分之一十一的inode和一万六千八百九十六分之一千三百零二块\r
模拟器:错误:无法初始化OpenglES仿真,使用'-gpu关来禁用它
。\r
我该如何解决?
P.S:我是新到Android没有任何东西太多线索
解决方案
更新您的GPU驱动程序可能会帮助
When I try to launch the virtual device on Android Studio, I get the following error:
"C:\Users\Kill me\AppData\Local\Android\sdk\tools\emulator.exe" -netdelay none -netspeed full -avd ApukaPappu
could not get wglGetExtensionsStringARB
Creating filesystem with parameters:
Size: 69206016
could not get wglGetExtensionsStringARB
Block size: 4096
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
Blocks per group: 32768
Inodes per group: 4224
could not get wglGetExtensionsStringARB
Inode size: 256
could not get wglGetExtensionsStringARB
Journal blocks: 1024
could not get wglGetExtensionsStringARB
Label:
could not get wglGetExtensionsStringARB
getGLES1ExtensionString: Could not find GLES 1.x config!
Blocks: 16896
Failed to obtain GLES 1.x extensions string!
Block groups: 1
Could not initialize emulated framebuffer
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.
How can I fix it?P.S: I'm new to Android don't have much clue about anything.
解决方案
Update your gpu drivers might help
这篇关于问题推出Android Studio中的模拟器。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!