Skip to content Skip to sidebar Skip to footer

Just Updated To Android Studio 4.2.1 On Mac And Now Emulator No Longer Works

I just updated Android Studio to its latest version 4.2.1 and the emulator stopped working. Every time I try to launch a new virtual device it crashes and AVD Manager shows me this

Solution 1:

All of the answers are too confusing to follow. Replace SDK or upgrade OS. The quickest way I found is to:

Tools > SDK Manager > SDK Tools

De-select Android Emulator, then click Apply. - The Android Emulator will be deleted.

Now, by default the Emulator version shown will be 30.6.5. Select the checkbox and click apply. This version of emulator will be installed.

That is it, just 2 minutes of you time.

Update: 1 Jul 2021 Issue solved with latest Emulator version 30.7.5

Solution 2:

I've had the same exact error. It's caused by Android Emulator 30.7.4 in combination with macOS Catalina. You can track the issue here

The work around that worked for me was upgrading to Big Sur.

Solution 3:

I manually reverted to 30.6.5 and it works back again.

Solution 4:

you must downgrade emulator for Catalina

  1. download emulator 30.7.3
  2. unzip emulator-darwin_x64-7425822.zip
  3. do command "xattr -rc *" to remove all extended attributes
  4. replace your emulator folder(/Users/xxx/Library/Android/sdk)
  5. modify package.xml to <revision><major>30</major><minor>7</minor><micro>3</micro></revision>

Solution 5:

You can download the emulator and palce it into SDK folder. It worked for me. Here I found the files. How to download android emulator without using android studio

Post a Comment for "Just Updated To Android Studio 4.2.1 On Mac And Now Emulator No Longer Works"