I've seen this error plenty enough but not on a 2020 Macbook pro with an Apple M1 chip, running through Visual Studio 2019 for Mac.
When I try to start the Android emulator, I get an error; "Unexpected error"
When I go into the Android Device Manager through Visual Studio, the options are limited but, attempting to start the emulator gives the well known
Device error: WARNING: unexpected '-prop' value ('monodroid.avdname=pixel_2_pie_9_0_-_api_28'), only 'qemu.' properties are supported
WARNING: unexpected '-prop' value ('emu.uuid=7698980f-2d31-4db3-973b-df409a67754d'), only 'qemu.' properties are supported
Viewing the log for this, it ends with the following (formatted as code to maintain line breaks):
[2021-05-10 18:39:15.0]
emulator: registered 'boot-properties' qemud service
[2021-05-10 18:39:15.0]
emulator: Adding boot property: 'qemu.cmdline' = 'androidboot.logcat=v:* androidboot.consolepipe=qemu_pipe,pipe:logcat'
[2021-05-10 18:39:15.0]
emulator: Adding boot property: 'qemu.logcat' = 'start'
[2021-05-10 18:39:15.0]
emulator: CPU Acceleration: DISABLED
[2021-05-10 18:39:15.0]
emulator: CPU Acceleration status: Android Emulator requires an Intel processor with VT-x and NX support. (VT-x is not supported)
[2021-05-10 18:39:15.0]
emulator: ERROR: x86 emulation currently requires hardware acceleration!
[2021-05-10 18:39:15.0]
CPU acceleration status: Android Emulator requires an Intel processor with VT-x and NX support. (VT-x is not supported)
[2021-05-10 18:39:15.0]
More info on configuring VM acceleration on macOS:
[2021-05-10 18:39:15.0]
https://developer.android.com/studio/run/emulator-acceleration#vm-mac
[2021-05-10 18:39:15.0]
General information on acceleration: https://developer.android.com/studio/run/emulator-acceleration.
[2021-05-10 18:39:15.0]
[2021-05-10 18:39:15.0]
Following guides, like this one, or trying to follow this seems impossible.
I'm not sure where to begin in getting this to work; it works fine on my old iMac
Thanks!