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

后端 未结 4 1590
面向向阳花
面向向阳花 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:21

    After steping through this tutorial on OS X Lion, I see the following in the console, when starting the emulator:

    ./emulator-x86 -avd Test3                                                                                                              
    HAX is working and emulator runs in fast virt mode
    

提交回复
热议问题