Android emulator gives error “Resetting for cold boot: emulation engine failed” and exits

前端 未结 10 1102
失恋的感觉
失恋的感觉 2020-12-03 18:36

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 printe

相关标签:
10条回答
  • 2020-12-03 18:54

    I recently experienced this problem.

    I updated my windows 10 1904 to 2004, this solved my problem

    0 讨论(0)
  • 2020-12-03 18:58

    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.

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

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

    4. Now open Android Studio and try again.

    0 讨论(0)
  • 2020-12-03 19:01

    I was trying to create an emulator for Android 10 (the one for Android 9.0 worked fine) but I also got the error:

    Resetting for cold boot: emulation engine failed
    

    After some digging on the World Wide Web I found that I did not have the Android SDK 10.0 (Q) installed.

    Steps (from Android Studio):

    Step 1: Open SDK Manager (Tools -> SDK Manager)

    Step 2: Choose your missing Android SDK and click Apply

    Step 3: Wipe the data from existing virtual device (Tools -> AVD Manager -> Right-click on virtual device -> Wipe Data)

    After the installation I right-clicked on my already existing virtual device and choose Wipe Data. I'm not sure it this is necessary though. Note that the same error - Resetting for cold boot: emulation engine failed - appeared but then it booted up correctly.

    0 讨论(0)
  • 2020-12-03 19:03

    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!

    0 讨论(0)
  • 2020-12-03 19:05

    I had the same problem and this worked for me.

    0 讨论(0)
  • 2020-12-03 19:08

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

    0 讨论(0)
提交回复
热议问题