I am unable to run the android emulator. It keeps throwing this error. Any suggestions on how to fix?
Asked
Active
Viewed 296 times
0
-
Does this answer your question? [Android Emulator on Windows 10](https://stackoverflow.com/questions/62277774/android-emulator-on-windows-10) – Praveen G Feb 20 '22 at 03:59
-
make sure your graphic card is updated, then go to device manager and click on edit this avd. in emulated performance section change graphic setting from automatic to Software-GLES 2.0 and run the emulator again – Hassan Feb 20 '22 at 05:59
1 Answers
0
just create the file with the name advancedFeatures.ini
open it and paste this text
Vulkan = off GLDirectMem = on
after pasting the text then save the file, copy the file and then paste to this location on your computer C:\Users\Your User Name\.android
. After all, this process restart your computer, then enjoy your emulator

Syed Rafaqat Hussain
- 1,009
- 1
- 9
- 33
-
Hi, thank you. The emulator does start up now on android studio. However, it fails to do so on vscode - Failed to launch Pixel 3 XL API 30: Error: Emulator didn't connect within 60 seconds. – Aryan V Mar 11 '22 at 12:11