Android-emulator auf Hyper-V-Fehler

Microsoft hat vor kurzem angekündigt, die Unterstützung für das ausführen von android-emulator auf hyper-V (https://blogs.msdn.microsoft.com/visualstudio/2018/05/08/hyper-v-android-emulator-support/)

Ich versuche, starten Sie den Android-emulator 27.2.9.0 auf meinem Windows 10 (April 2018 Update) Hyper-V aktiviert die Maschine mit der folgenden Befehlszeile:

> cd C:\Users\<username>\AppData\Local\Android\sdk\emulator\lib\qt\lib
> ..\..\..\emulator -avd <avd name> -feature WindowsHypervisorPlatform

Und ich bin immer folgende erroe Nachricht:

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.

Habe ich die "WindowsHypervisorPlatform = auf" Linie C:\Users\.android\advancedFeatures.ini aber das hat nicht geholfen.

Was bin ich?

Schreibe einen Kommentar