Android Virtual Device on Windows 10 - Endless “VCPU shutdown request” - doesn't launch

后端 未结 5 1336
清歌不尽
清歌不尽 2021-01-01 06:51

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:
相关标签:
5条回答
  • 2021-01-01 07:26

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

    Operating system: Windows 10
    HAXM version: 7.5.1

    Solution:
    Disable HP Sure Click then restart your computer

    0 讨论(0)
  • 2021-01-01 07:33
    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
    0 讨论(0)
  • 2021-01-01 07:35

    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.

    0 讨论(0)
  • 2021-01-01 07:43

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

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

    0 讨论(0)
  • 2021-01-01 07:51

    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

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