Android emulator with google play was killed in android studio 4.1

Viewed 1750

I have faced this issue on windows 10:

The emulator process for AVD was killed.

I have checked other solutions such as this question:

One of the answers to this question suggests to change graphics to software, but it is not possible for devices with google play. I created a new emulator without google play and changed graphic to software, and it worked fine, but I need a solution for google play devices, which the graphics option is mute and unchangeable.

enter image description here

2 Answers

It seems a bug in Android Studio 4.1. It was solved by unchecking launch in tool windows:

Settings -> Tools -> Emulator -> Uncheck Launch in a tool window

I have reported this issue to google:

https://issuetracker.google.com/issues/171901410

Change "Graphics" to "Software" is worked for me.

  1. Go to: Tools > Android > AVD Manager
  2. Press the "edit" (pencil) icon next to your AVD
  3. Change "Graphics" to "Software".

In my case it was disabled.

enter image description here

So, I follow these steps.

  1. enter image description here
  2. enter image description here
  3. enter image description here
Related