[Solved] The emulator process for AVD was killed

Lim Sing
Nov 27, 2020

Problem:

I tried run my react native app by using expo, and chose an emulator to run. However the emulator suddenly get killed and showed this : The emulator process for AVD XXXX was killed.

Solution:

Go to your android studio, select “Tools” ->”SDK Manager” -> “SDK Tools” tab -> and update to latest Android Emulator version. Then rerun your emulator again. Solved! Hope it helps.

--

--