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

0

I am trying to create a React Native app on Android emulator.

However, I keep getting the error message below when trying to start up the emulator. It crashes with the following:

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

Is there a way to fix this issue?

android-studio
android-emulator
android-studio-3.0

1 Answer

0

Unfortunately, I am not able to write this as a comment but here is a reference to a possible fix:

Link to possible solution

It is easier to find more details to an error code by searching for (0xC0000409). You can also search with "exact match" to find more details. I don't have experience with "React Native" but I hope it may point you in the right direction.

answered on Stack Overflow Aug 27, 2018 by CrimsonMike

User contributions licensed under CC BY-SA 3.0