Brad Allison
Brad Allison

Reputation: 11

Android Emulator not working on M1 Chip Mac

Installed Android Studio. Created a device. Did a "Cold Boot Now" and it just sits there and never connects.

I get the message "Connecting to the Emulator" and that's it.

Connecting to the Emulator Screenshot

Upvotes: 1

Views: 1290

Answers (2)

laalto
laalto

Reputation: 152777

Some people have had issues like this with the embedded, tool window emulator. You can launch the emulator as a separate process by going to Android Studio preferences, Tools -> Emulator and unchecking "Launch in a tool window".

Update: The issue is fixed in emulator 31.2.7 now available in the stable channel.

Upvotes: 1

Vreny
Vreny

Reputation: 121

You can try to use images from the Other images tab. You can see this tab while creating new AVD after choosing device.

Upvotes: 0

Related Questions