Android-Emulator: Process finished with exit code -1073741819 (0xC0000005)

1

Emulator: Process finished with exit code -1073741819 (0xC0000005)

I also deleted the avd file in .android and reinstall the emulator but still same issue

From answers is to increase the emulator's ram but in newest update i have no option to increase it

new project similar posts but nothing help

Android Studio - Emulator: Process finished with exit code -1073741819 (0xC0000005)

Many errors while opening the emulator. How to fix those errors?

java
android
android-studio
asked on Stack Overflow Nov 23, 2019 by Hashem Khaled

2 Answers

1

I deleted the old emulator nexus-5x and install nexus 6 after that you can change the Emulated Performance Graphics from automatic to software it worked for me

enter image description here

enter image description here

so any emulator will work if you change to software as above

answered on Stack Overflow Nov 25, 2019 by Hashem Khaled • edited Nov 25, 2019 by Hashem Khaled
0

You need to check:

Your size on disk is not full - this's often happen due to creation of some virtual devices that are unused

The RAM size of emulator is not minimum as your requirements

One more thing that I personally use: Use Pen Drive as a RAM

answered on Stack Overflow Nov 23, 2019 by kaushal malvi

User contributions licensed under CC BY-SA 3.0