Friday, April 3, 2020

Android emulator with Windows Hypervisor Platform (WHPX)

You can run the Android emulator with Windows Hypervisory Platform (WHPX) starting with Windows 10 April 2018 Update (build 1803).

Check whether you have support for Windows WHPX by going to Control Panel > Programs and Features (appwiz.cpl) > Turn Windows features on and off (left):


If so, you have to uninstall Intel HAXM that you must likely used before for hardware acceleration and go ahead with Windows WHPX.

You can see all the details on Android's Configure hardware acceleration for the Android Emulator page > Configure VM acceleration on Windows.

You can run the AVD from command line to see what it uses:

> ANDROID-SDK\emulator\emulator.exe -list-avds
...

> ANDROID-SDK\emulator\emulator.exe -avd <avd_name>
...
Windows Hypervisor Platform accelerator is operational
...

~~~

Resources:


No comments :

Post a Comment