Warning: Quick Boot/Snapshots Not Supported on This Machine

warning: quick boot/snapshots not supported on this machine

a friend just told me the solution, so please find it here!

The issues have to do with the specific device you're trying to emulate and the processor you have (intel core 2 or older)

To solve it:

  1. Create a new emulator
  2. Select the device you would like to emulate.
  3. On the next page with the header "System Image" select the tab "other images"
  4. Download and select an image that is listed as armeabi-v7a under the ABI column.

That image should run successfully with your processor.

That's the solution! Hope it helps :)

Emulator: Warning: Quick Boot / Snapshots not supported on this machine

The issue might be your CPU hardware. AVD Google API levels 21+ do not run well on CPUs that do not support Extended Page Tables (EPT) and Unrestricted Guest (UG) such as Core 2 Duo. Your best option is to try an system image with AVD Google API level <= 20 on those types of CPUs. You will still see this warning, but the emulator will boot up.

Android Studio Quickboot/Snapshot not supported error?

This error means that your CPU do not have right configuration the INTEL VTX technology in your PC.

Android recommend this steps:https://developer.android.com/studio/run/device

Is more reliable in some cases use a physical device via USB instead of emulator.

Android studio's emulator doesn't start

Couple things could be going on here. first off Im assuming you're not running it in some virtual environment so few things you could try

  1. The issue might be your CPU hardware, if you have like a core 2 duo processor or something along the low lines like that then it probably does not support Extended Page Tables and Unrestricted guest(thats your EPT + UG error) try running on an API lower than 21 and see if it works you will still get warnings but it should work if that the case

  2. if that isn't the case see if intel virtualization technology is turn on in your bios

  3. try updating your HAXM(hardware accelerated execution manager) on your computer using resource file from the official site(software.intel.com) or whatever it is

or if you don't even have HAXM you can try installing it....

Installation of Intel HAXM consists of two steps. First, you need to download it using SDK manager. Then you need to run intelhaxm-android.exe to install Intel HAXM

also would help to know what kind of processor/cpu you have



Related Topics



Leave a reply



Submit