2

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

AliSh
  • 10,085
  • 5
  • 44
  • 76
  • 1
    It's a bug from an android studio. Go to setting->Tools->Emulator-> Uncheck launch in a tool window. Just use it as separate. – Shahzad Afridi Nov 02 '20 at 18:36

2 Answers2

1

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

imxitiz
  • 3,920
  • 3
  • 9
  • 33
AliSh
  • 10,085
  • 5
  • 44
  • 76
0

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
imxitiz
  • 3,920
  • 3
  • 9
  • 33
devjsrana
  • 1
  • 3