Android emulator: how to find out if hardware virtualization feature is used?

后端 未结 4 1675
面向向阳花
面向向阳花 2021-02-13 02:46

Starting with Android SDK Tools rev 17 the Android emulator supports using the hardware virtualization feature (Intel VT, VT-x, vmx and AMD-V, SVM) which should speed-up x86 bas

4条回答
  •  天命终不由人
    2021-02-13 03:13

    A quick solution for Windows platform, Launch CMD as an administrator and type this command

    SC query INTELHAXM
    

    And you should see output like this (if hardware acceleration is up and running)

    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
    

提交回复
热议问题