1

I have been trying to run the Android Studio emulator on my PC and keep getting the above error regardless of what device / API I'm using.

I have read about a similar problem in other posts: such as this one and this one, but despite making sure I have the most up to date HAXM and trying various versions / wiping the device storage, nothing seems to work.

Other potential fixes I have tried include:

  1. Delete all virtual devices
  2. Manual device launch / reset
  3. Launch from cold boot
  4. Delete SDK folder manually before redownloading devices.
  5. Installed various devices and API versions.
  6. Manually install latest version of HAXM and validate it is installed.
  7. Adjust the number of CPU cores being used in the device config.
DeveloperRyan
  • 837
  • 2
  • 9
  • 22

1 Answers1

4

if you have Valorant game , Stop Riot vanguard. When Vanguard is active it will immediatly terminate your Android Emulation even with a Cold Boot.

  • 1
    Wow... I think this is right. I noticed it randomly started working again and it was after I temporarily uninstalled Valorant. Thank you! – DeveloperRyan Jun 17 '20 at 13:14