【发布时间】:2021-07-21 02:34:46
【问题描述】:
所以我的 Mac 刚刚强制更新到 Big Sur 11.3。我一直在尝试访问 Android 设备管理器来运行模拟设备,但每次都静默失败。当我尝试从命令行运行它时,我收到以下错误消息:
emulator @Pixel_3a_API_30
emulator: Android emulator version 30.5.5.0 (build_id 7285888) (CL:N/A)
handleCpuAcceleration: feature check for hvf
cannot add library /Users/centuryfall/Library/Android/sdk/emulator/qemu/darwin-x86_64/lib64/vulkan/libvulkan.dylib: failed
added library /Users/centuryfall/Library/Android/sdk/emulator/lib64/vulkan/libvulkan.dylib
cannot add library /Users/centuryfall/Library/Android/sdk/emulator/qemu/darwin-x86_64/lib64/vulkan/libMoltenVK.dylib: failed
HVF error: HV_ERROR
qemu-system-x86_64: failed to initialize HVF: Invalid argument
Failed to open the hax module
No accelerator found.
qemu-system-x86_64: failed to initialize HAX: Operation not supported by device
added library /Users/centuryfall/Library/Android/sdk/emulator/lib64/vulkan/libMoltenVK.dylib
(将实际用户名替换为“ Centuryfall”)。
我查看了其他一些问题,说 AVD 需要是版本 30。我有 AVD v30.5.5.0 其他人有这个问题吗?
【问题讨论】:
-
不知是否需要在Android Studio设置中重新安装HAXM
-
何是的....同样的问题在这里..