gpt4 book ai didi

android studio avd 管理器无效选项 -- '-enable-whpx'

转载 作者:塔克拉玛干 更新时间:2023-11-02 23:00:10 39 4
gpt4 key购买 nike

我在使用 android studio avd manager 运行任何模拟器时遇到错误:

...AppData\Local\Android\Sdk\emulator/emulator-x86.exe: invalid option -- '-enable-whpx' 
  • android studio版本是3.1.3
  • 安卓模拟器版本为27.3.9
  • Hyper-V 和 Windows Hypervisor Platform 在我的 Windows 10 上处于 Activity 状态
  • 并且设置了 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 Hypervisor Platform 已在 Windows 功能中检查,WinHvPlatform.dll 存在于 C:\Windows\System32

如何启用或安装 WHPX?

最佳答案

只需更改模拟器引擎即可解决我的问题。

根据 documentation您可以使用 -engine 标志指定模拟器引擎。使用 classic 引擎时会出现上述错误。当我将引擎更改为 autoqemu2 时,模拟器启动时没有错误。要更改引擎,请使用命令行转到 .../sdk/emulator 目录并运行:

emulator.exe -list-avds

这将输出您的虚拟设备名称

然后运行:

emulator.exe -avd YOUR_DEVICE_NAME -engine qemu2

emulator.exe -avd YOUR_DEVICE_NAME -engine auto

希望对您有所帮助。

关于android studio avd 管理器无效选项 -- '-enable-whpx',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51900074/

39 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com