Skip to content Skip to sidebar Skip to footer

Android Virtual Device On Windows 10 - Endless "vcpu Shutdown Request" - Doesn't Launch

My x86 AVDs never load. I've searched all over for a solution but haven't seen a solution that has worked for me. Configuration OS: Windows 10 Home RAM: 12 GB CPU: Intel Core i5

Solution 1:

Seems to be an issue with the 7th gen processors on windows. Still trying to figure this one out.

UPDATE: Confirmed to be a HAXM issue on Kaby Lake, nothing we can do until we get an HAXM update from Intel. Either use the ARM image or ad the switch -accel off -verbose to the x86/x64 image....neither are desirable but will do the trick until we get a fix. You can also use an android device but that can be frustrating too.

Solution 2:

It is indeed a bug in current versions of HAXM.

The new HAXM 6.0.5 fixes this: https://code.google.com/p/android/issues/detail?id=226174#c51

Solution 3:

I faced this issue by one week, and here is the solution I've found:

Operating system: Windows 10 HAXM version: 7.5.1

Answer : Disable HP Sure Click then restart your computer

Solution 4:

  1. Open Android Studio
  2. Click on configure from right bottom Go to AVD Manager
  3. Click on down arrow in actions
  4. Click on Cold boot now

Solution 5:

It is a bug in HAXM. Intel is working on it

https://code.google.com/p/android/issues/detail?id=226174

Post a Comment for "Android Virtual Device On Windows 10 - Endless "vcpu Shutdown Request" - Doesn't Launch"