模拟器没有开始挂在黑屏上

emulator is not starting hanging on black screen

最近我升级了我的机器并从 android studio 开始我尝试创建模拟器但它没有启动它显示黑屏并挂在那里请帮助我尝试删除 nexus 5 和 nexus 9 的模拟器都显示以下错误。

    C:\Users\gaurav\AppData\Local\Android\sdk\tools\emulator.exe -netdelay none -netspeed full -avd Nexus9
could not get wglGetExtensionsStringARB
Creating filesystem with parameters:
    Size: 69206016
could not get wglGetExtensionsStringARB
    Block size: 4096
could not get wglGetExtensionsStringARB
    Blocks per group: 32768
could not get wglGetExtensionsStringARB
    Inodes per group: 4224
could not get wglGetExtensionsStringARB
    Inode size: 256
could not get wglGetExtensionsStringARB
    Journal blocks: 1024
    Label: 
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
    Blocks: 16896
    Block groups: 1
    Reserved block group size: 7
Created filesystem with 11/4224 inodes and 1302/16896 blocks
Failed to create Context 0x3005
emulator: WARNING: Could not initialize OpenglES emulation, using software renderer.
emulator: device fd:560
HAX is working and emulator runs in fast virt mode

再给点时间?你等了多久?

尝试此处的解决方案

Emulator not running

创建新虚拟设备时查看第二步的系统镜像列表。是否有多个条目具有相同的 ABI 相同的 Target? (例如,两个项目说 Lollipop,API Level 21 和 ABI x86)

如果是这样,请尝试两个条目 - 在我的例子中,只有 Target Android 5.0.1(和 not Google APIs (Google Inc.)... ) 有效。

也尝试在该过程的第三步启用(禁用)Use GPU host 选项,并可能尝试重新安装 HAX(即使您的日志显示它工作正常)

祝你好运!