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

时间:2015-02-11 11:52:37

标签: android android-studio android-emulator

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

    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 :(得分:0)

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

尝试这里的解决方案

Emulator not running

答案 1 :(得分:0)

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

如果是这样,请尝试这两个条目 - 在我的情况下,只有Target Android 5.0.1 的项目(以及 Google API(Google Inc。)...... )可以使用。

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

祝你好运!