Android Emulator Failing to Run

0

When I am running the Android Emulator it loads the application but does not pass the initial black screen. Eventually, the emulator closes automatically with the below message

"Emulator: Process finished with exit code -1073740791 (0xC0000409)".

How can I fix the above issue? Do let me know if anyone has any solution

enter image description here

enter image description here

java
android
windows
android-studio
android-emulator
asked on Stack Overflow Dec 5, 2018 by emansyl • edited Dec 5, 2018 by Thilina Nakkawita

1 Answer

0

Go to : Tools-> SDK Manager-> Android SDK -> SDK Tools-> Android Emulator(if check unchecked) uninstall it and then reinstall and also check The intel x86 emulator accelerator (HAXM installer) same uninstall and reinstall

answered on Stack Overflow Dec 5, 2018 by jakir hussain

User contributions licensed under CC BY-SA 3.0