微软最近宣布支持在hyper V上运行android模拟器(https://blogs.msdn.microsoft.com/visualstudio/2018/05/08/hyper-v-android-emulator-support/)
我正在尝试使用以下命令行在我的Windows 10(2018年4月更新)支持Hyper V的计算机上启动Android模拟器27.2.9.0:
> cd C:\Users\<username>\AppData\Local\Android\sdk\emulator\lib\qt\lib
> ..\..\..\emulator -avd <avd name> -feature WindowsHypervisorPlatform
我收到以下错误消息:
emulator: ERROR: x86 emulation currently requires hardware acceleration!
Please ensure Windows Hypervisor Platform (WHPX) is properly installed and usable.
CPU acceleration status: Please disable Hyper-V before using the Android Emulator. Start a command prompt as Administrator, run 'bcdedit /set hypervisorlaunchtype off', reboot.
我已将“WindowsHypervisorPlatform = on”行添加到C:\ Users \ .android \ advancedFeatures.ini,但这没有帮助。
我错过了什么?
我做了一些事情让我的电脑正常工作。