Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Emulator The emulator process for AVD was killed. Windows Intel

The emulators stopped running. Configuration: Windows 10, Intel, HAXM Installed, Virtualization ON, GPU software, emulators reinstalled. Immediately after turning on, this error falls (The emulator process for AVD was killed), the emulator does not even appear

enter image description here

like image 340
BORSHEVIK Avatar asked Aug 08 '20 16:08

BORSHEVIK


People also ask

How do I fix the emulator process for AVD was killed?

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

How do you reset AVD?

Android StudioGo to Tools > Android > AVD Manager. Select your emulator device. Click “Wipe data” Relaunch your emulator.


2 Answers

One of the solution is:

Select "Tools" -> "SDK Manager" -> "SDK Tools" tab -> and update to latest Android Emulator version.

enter image description here

like image 192
Tô Minh Tiến Avatar answered Sep 19 '22 21:09

Tô Minh Tiến


None of the solutions worked for me. Here are the generic steps to help you find the problem:

  1. Try to find emulator folder in sdk folder, in my case it is C:\Users\USERNAME\AppData\Local\Android\Sdk\emulator
  2. Open terminal in this folder and call emulator -list-avds and see names of emulators, in my case it is Pixel_2_API_30
  3. Next step try to call this emulator with command emulator -avd Pixel_2_API_30
  4. Your emulator will start or show an error. In my case I sow this enter image description here
  1. I needed to install the missing dll. I go to link https://support.microsoft.com/en-us/topic/the-latest-supported-visual-c-downloads-2647da03-1eea-4433-9aff-95f26a218cc0 and install Visual Studio 2015, 2017 and 2019 and now all ok!!!

Warning: Of course, in your case, you may have another error - but you can easily find a solution on the Internet knowing the reason

like image 21
Sergei S Avatar answered Sep 18 '22 21:09

Sergei S