Android studio - emulator process for AVD has terminated - windows 11

6.3k Views Asked by At

“The emulator process for AVD has terminated” - I am getting this error

I am using windows 11 home Android studio version is electric Eel 2022.1.1

I installed hyper-v and virtualizations are enabled in bios setup I have more than 150gb space in disk as well

Even though I am not able to install Intel x86 Emulator Accelerator(Haxm installer) in SDK tools - In the beginning Emulator worked then after sometime it got terminated

I tried reinstalling the whole android studio - again emulator worked for some time then it got terminated

4

There are 4 best solutions below

0
On

You can also check your computer storage capacity. The emulator uses a partition your system memory and storage when it wants to run (that way the running memory is freed up when the emulator is not running) and so if your device memory or storage is significantly low, it will not be able to run.

I encountered that issue a number of times and freeing my computer storage space resolved it for me.

1
On

Install Media Feature Pack on Windows. enter image description here

0
On

Perhaps this could be your answer.

  1. Go to Tools -> SDK Manager SDK Tools
  2. In SDK Manager Go To SDK Tools Tab and untick the Android Emulator and click on Apply. This step will uninstall the Android Emulator. Uninstalling Android Emulator
  3. After uninstallation completes: Again Open Tools -> SDK Manager -> SDK Tools -> Install the Android Emulator by enabling the check or tick on Android Emulator. This step will install the Android Emulator again.
  4. After successful installation. Restart Android Studio. Create new emulator device and Run it. This should work. (Source)
0
On

just create a new device in Device Manager, I dont know why this issue happen.It seems it is about the new version of Android Studio.