2

===== 我的环境的一些信息 =====

OS  : Windows 8.1 64 bit
CPU : Intel Core i5
IDE : Android Studio 1.1.0

=====结束=====

首先,BIOS设置启用了虚拟技术;

其次,我安装了 intel haxm;

三、重启机器检查;

cmd.exe: sc query intelhaxm

SERVICE_NAME: intelhaxm
    TYPE              : 1 KERNEL_DRIVER
    STATE             : 4 RUNNING
                          <STOPPABLE, NOT_PAUSABLE, IGNORES_SHUTDOWN>
    WIN32_EXIT_CODE   : 0 <0x0>
    SERVICE_EXIT_CODE : 0 <0x0>
    CHECKPOINT        : 0x0
    WAIT_HINT         : 0x0     

第四,启动安卓模拟器;

AVD info is:
    Nexus 5, 4.95', 1080x1920 xxhdpi
    API 21, x86
    Use Host GPU - enabled
    RAM - 1024 MB
    VM heap - 64 MB
    Internal Storage - 200 MB
    SD card - Studio managed 200 MB

最后,Android Studio 日志显示:

HAX is not working and emulator runs in emulation mode
emulator: VT feature is not enabled, HAXM not working.
creating window 43 59 329 583

我哪里错了?请帮助,非常感谢。

4

1 回答 1

1

我终于弄清楚了。

我的防病毒软件与仿真冲突。他们都使用VT。

关闭杀毒软件并重启 intel haxm 。然后它工作。

cmd.exe 
    sc stop intelhaxm
    sc start intelhaxm
于 2015-03-01T07:55:44.730 回答