【问题标题】:Intel HAXM runs successfully, but android emulator says HAX is not working, why? Windows 8.1 64 bit, CPU-Intel Core i5Intel HAXM 运行成功,但是android 模拟器说HAX 不工作,为什么? Windows 8.1 64 位,CPU-Intel Core i5
【发布时间】:2015-05-01 01:05:52
【问题描述】:

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

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

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

【问题讨论】:

    标签: android android-emulator haxm


    【解决方案1】:

    我终于弄明白了。

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

    关闭杀毒软件并重启 intel haxm 。然后就可以了。

    cmd.exe 
        sc stop intelhaxm
        sc start intelhaxm
    

    【讨论】:

    • 你用的是什么杀毒软件?你是如何禁用它的?
    猜你喜欢
    • 2013-11-05
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2017-03-04
    • 1970-01-01
    • 2020-11-02
    • 2015-05-28
    • 2020-07-02
    相关资源
    最近更新 更多