android studio avd manager でエミュレーターを実行中にエラーが発生しました:
...AppData\Local\Android\Sdk\emulator/emulator-x86.exe: invalid option -- '-enable-whpx'
- Androidスタジオのバージョンは3.1.3です
- Androidエミュレータのバージョンは27.3.9です
- Windows 10 で Hyper-V と Windows ハイパーバイザー プラットフォームがアクティブになっている
- そして
WindowsHypervisorPlatform = on
フラグが立った...sdk\emulator\lib/advancedFeatures.ini
これは詳細モードの一部です。
emulator: Checking whether Windows Hypervisor Platform (WHPX) is available.
emulator: Could not load library WinHvPlatform.dll
emulator: WHPX is either not available or not installed.
emulator: CPU Acceleration: working
emulator: CPU Acceleration status: HAXM version 7.2.0 (4) is installed and usable.
Windows ハイパーバイザー プラットフォームは、Windows の機能でチェックされておりWinHvPlatform.dll
、C:\Windows\System32
WHPX を有効またはインストールするにはどうすればよいですか?