尝试从 Android Studio 运行模拟器后,我得到以下信息:
dyld: Symbol not found: _vmnet_shared_interface_name_key
Referenced from: /goinfre/anel-bou/FlutterFolder/Android/sdk/emulator/qemu/darwin-x86_64/qemu-system-x86_64 (which was built for Mac OS X 11.1)
Expected in: /System/Library/Frameworks/vmnet.framework/Versions/A/vmnet
in /goinfre/anel-bou/FlutterFolder/Android/sdk/emulator/qemu/darwin-x86_64/qemu-system-x86_64.
尝试在不使用 Android Studio 的情况下运行 Android 模拟器后,我收到以下消息:
e2r7p15% /goinfre/anel-bou/FlutterFolder/Android/sdk/emulator/qemu/darwin-x86_64/qemu-system-x86_64 ; exit;
dyld: Library not loaded: @rpath/libQt5WebEngineWidgetsAndroidEmu.5.12.1.dylib
Referenced from: /goinfre/anel-bou/FlutterFolder/Android/sdk/emulator/qemu/darwinx86_64/qemu-system-x86_64
Reason: image not found
zsh: abort
我正在使用 macOS Mojave 10.14.6(我无法更新)和 Android Studio Arctic Fox | 2020.3.1 补丁 2
我通过降级模拟器修复了它:
~/Library/Android/sdk
)您还可以通过将 macOS 版本升级到最新版本来修复此问题。
我还通过降级模拟器修复了这个问题,并尝试了我能找到的所有其他方法。
关于如何操作的绝佳链接: https://developer.android.com/studio/emulator_archive 包括旧模拟器的 Android 存档。