Reputation: 37
I'm trying to open an emulator from android studio and it keeps giving me this error:
dyld: Symbol not found: _vmnet_shared_interface_name_key Referenced from: /Users/[system_name]/Library/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 /Users/[system_name]/Library/Android/sdk/emulator/qemu/darwin-x86_64/qemu-system-x86_64
Upvotes: 1
Views: 384
Reputation: 1072
I had the same problem and i fixed it by downgrading the Emulator:
~/Library/Android/sdk
)You can also fix it by upgrading your macOS version to the latest one.
Upvotes: 0
Reputation: 46
This might be because of the Android studio version which you've installed. Please install version 2020.3.1 version.
Upvotes: 2