【发布时间】:2021-04-08 11:01:53
【问题描述】:
我正在尝试运行 android 模拟器,但我得到了错误和滞后的 ui 而不是成功 错误:
handleCpuAcceleration: feature check for hvf
cannot add library /Library/Android/sdk/emulator/qemu/darwin-x86_64/lib64/vulkan/libvulkan.dylib: failed
added library /Library/Android/sdk/emulator/lib64/vulkan/libvulkan.dylib
cannot add library /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 /Library/Android/sdk/emulator/lib64/vulkan/libMoltenVK.dylib
我已经尝试了这篇文章中推荐的所有步骤 Android Emulator 30.4.5 not working on MacOS 而从 stackoverflow 和 google 搜索结果上的其他相关帖子来看,还没有成功。
Mac OS Big Sur 11.2.3
【问题讨论】:
-
我升级到 11.3 后才开始遇到这个问题。不知道为什么
标签: android android-studio android-emulator