Answers for "android studio avd crashing"

3

android studio avd crashing

1. Enable virtualization (BIOS/UEFI settings)
2. Disable hyper-v via cmd (administrator mode):
	bcdedit /set hypervisorlaunchtype off
3. Restart
4. Install intel HAXM:
	https://github.com/intel/haxm/releases
Posted by: Guest on May-18-2021

Code answers related to "Dart"

Browse Popular Code Answers by Language