Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio: The emulator keeps crashing after sometime

Every time I run the emulator it runs normally at the beginning but after a couple of minutes it crashes and it's giving me this error:

emulator process finished with exit code 1073740791 (0xC0000409)

I am using windows 10 home edition. virtualization is enabled in bios. I don't have any other virtualization software installed (like virtual box).

any idea why this is happening?

like image 715
khayat Avatar asked Jun 11 '19 05:06

khayat


1 Answers

It seems a buggy graphic card driver can cause a similar problem. I am not sure if this is generated your problem here or not, but it is worth to say; If you have an NVIDIA graphic card with the driver version of 378.49 (there may be other versions too!), you may experience this error due to some incompatibility with java.
Please update your graphic card driver or rollback it to version an older stable version and try again!. And read here for more information.

like image 145
Farhad Rahmanifard Avatar answered Oct 19 '22 02:10

Farhad Rahmanifard