Skip to content Skip to sidebar Skip to footer

Android Emulator Gives Error "resetting For Cold Boot: Emulation Engine Failed" And Exits

After updating AS now emulator quits every time I start it. Below is the screenshot I managed to capture before it disappeared. In the logs the following are printed 14:49 Emulat

Solution 1:

I had the same problem and this worked for me.

enter image description here

Solution 2:

I had the same problem. What worked for me:

  1. Editing the AVD configuration and on Graphics I selected "Software".
  2. Lower uncheck "Device Frame".(without this step it was keeping crashing).
  3. Wipe data
  4. Cold boot.

And now it works fine. Hope my advice will help to anyone.

Solution 3:

I solved this problem. If riot games are installed on your computer, stop Riot Vanguard and try again. enter image description here

Solution 4:

I experienced the same issue when updating Android Studio to version 3.4.

What worked for me was editing the AVD configuration and on Graphics I selected "Software -GLES 1.0". This made my emulator successfully boot up again.

Then I just went back to the Graphics configuration and selected "Hardware - GLES 2.0" again, which made my emulator go back to its usual performance.

Hope that helps!

Solution 5:

I found a blog post which allowed me to fix the problem. Follow these steps:

  1. In Tools > SDK Manager, make sure HAXM is installed and up-to-date. You can also manually install it from Github and restart Android Studio. enter image description here

  2. Open environment variables and add a new variable ANDROID_SDK_HOME, set the value to C:\Users\<yourUserNameHere>\AppData\Local\Android\Sdkenter image description here

  3. Go to C:\Users\<yourUserNameHere>\.android and copy the avd folder to C:\Users\<yourUserNameHere>\AppData\Local\Android\Sdkenter image description here

  4. Now open Android Studio and try again.

Post a Comment for "Android Emulator Gives Error "resetting For Cold Boot: Emulation Engine Failed" And Exits"