首页 文章

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

提问于
浏览
0

最近我升级了我的机器并开始使用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

2 回答

  • 0

    只是给它一些时间?你等了多久?

    试试这里的解决方案

    Emulator not running

  • 0

    创建新虚拟设备时,请在第二步中查看系统映像列表 . 有多少条目与 ABI and 相同 Target ? (例如,Lollipop,API Level 21和ABI x86两个项目)

    如果是这样,请尝试这两个条目 - 在我的情况下,只有带有 Target Android 5.0.1(和 not Google API(Google Inc.)...)的项目才有效 .

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

    祝好运!

相关问题