skip to Main Content

“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

2

Answers


  1. 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)
    Login or Signup to reply.
  2. 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.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search