Android x86 emulator在windows 10上启动时没有响应

Android x86 emulator在windows 10上启动时没有响应,android,windows,android-emulator,Android,Windows,Android Emulator,我正在运行最新的Android Studio 1.4.1,当我启动Android-x86(或x64)虚拟设备时,它无法正确启动。Emulator窗口与设备框架一起出现,但内部“屏幕”部分全部为黑色,然后windows报告Emulator窗口没有响应 我的问题看起来有点类似于目前尚未回答的问题 android studio的日志为: C:\Users\myname\AppData\Local\Android\sdk\tools\emulator.exe -netdelay none -netspe

我正在运行最新的Android Studio 1.4.1,当我启动Android-x86(或x64)虚拟设备时,它无法正确启动。Emulator窗口与设备框架一起出现,但内部“屏幕”部分全部为黑色,然后windows报告Emulator窗口没有响应

我的问题看起来有点类似于目前尚未回答的问题

android studio的日志为:

C:\Users\myname\AppData\Local\Android\sdk\tools\emulator.exe -netdelay none -netspeed full -avd Nexus_4_API_23
Creating filesystem with parameters:
    Size: 576716800
    Block size: 4096
    Blocks per group: 32768
    Inodes per group: 7040
    Inode size: 256
    Journal blocks: 2200
    Label: 
    Blocks: 140800
    Block groups: 5
    Reserved block group size: 39
Created filesystem with 11/35200 inodes and 4536/140800 blocks
Creating filesystem with parameters:
    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: device fd:1152
HAXM is working and emulator runs in fast virt mode
creating window 57 114 471 783
emulator: emulator window was out of view and was recentered
emulator: WARNING: .//android/metrics/metrics_reporter_ga.c:138: curl_easy_perform() failed with code 7 (Error)
emulator: WARNING: .//android/metrics/metrics_reporter_ga.c:145: Got HTTP response code 0
在这之后什么也没有发生。 我安装了英特尔HAXM,它报告一切正常

我以前安装了Hyper-V,但被禁用(不能同时运行HAXM和Hyper-V)-我卸载了它,但没有任何区别

我可以做些什么来进一步解决问题