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

前端 未结 10 1105
失恋的感觉
失恋的感觉 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 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.

提交回复
热议问题