2

After last update of Android emulator I can not start any virtual device. Even if I create a new one. The emulator is shown for a few second and then I get an error and the macOS shows in the problem report:

qemu-system-x86_64 quit unexpectedly

Dyld Error Message:
  Symbol not found: _pwritev
  Referenced from: /Users/USER/Library/Android/*/qemu-system-x86_64
  Expected in: /usr/lib/libSystem.B.dylib

Invalidate cash and restart doesn't help.

Alexander Tumanin
  • 1,638
  • 2
  • 23
  • 37

1 Answers1

3

Ok, thanks to Usama Altaf the problem is described here. The Problem occurs on macOS Catalina with the emulator version 30.7.4. There are two possible solutions:

  1. Update the macOS to Big Sur.
  2. Downgrade the emulator version.

If you want to downgrade the emulator:

  • Close Android Studio
  • Download and unzip an older version provided here
  • Replace files in $ANDROID_HOME/emulator
  • Launch Android Studio and it will use the new files
Alexander Tumanin
  • 1,638
  • 2
  • 23
  • 37