Android Studio emulator does not start

Asked

Viewed 159 times

0

Is returning the following errors:

03:05   Emulator: emulator: ERROR: x86_64 emulation currently requires hardware acceleration!

03:05   Emulator: Warning: Quick Boot / Snapshots not supported on this machine. A CPU with EPT + UG features is currently needed. We will address this in a future release.

03:05   Emulator: Process finished with exit code 1

I have already done installation of HAXM. inserir a descrição da imagem aqui

The device I’m trying to simulate is a Nexus 5X. I tried some solutions proposed in some forums as change some advanced settings of the device, but I was not successful.

  • With other versions they run well in the emulator? What is your processor?

  • It is much better you use the USB cable in a smartphone, than the Android Studio emulator and even Genymotion. The most you need to do is enable USB debugging and developer mode. Saves you time, processing and future problems. Most likely your computer does not support the emulation feature of Android Studio... or is with outdated drivers!

  • It is often necessary to test the app on other API’s and/or mobile models, depending on the project. If the application is for some company that will use a cell phone type X, in this case it is recommended to buy the same cell phone model to test the application, but in more generic cases the emulator is the best option.

  • I don’t know this Genymotion. It’s lighter?

1 answer

0


From what I read above it looks like you didn’t activate the accelerator on your hardware or it’s nonexistent. See these tips: https://developer.android.com/studio/run/emulator-acceleration

It would be important to mention the type of equipment and details of this as well. You can try restarting your device and joining the bios and following the manual enable Intel’s virtualization feature if it is actually supported by your hardware. I’m signaling as a possible duplicate of https://stackoverflow.com/questions/48759022/warning-quick-boot-snapshots-not-supported-on-this-machine

Browser other questions tagged

You are not signed in. Login or sign up in order to post.