Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

I'm using android studio 3.0.1, when I start my emulator I get many error messages, I've tried to solve each problem separately, I also searched a lot but nothing works for me.

12:24 م Emulator: init: Could not find wglGetExtensionsStringARB!

12:24 م Emulator: OpenGL backend 'angle' without OpenGL ES 1.x library 
detected. Using GLESv2 only.

12:24 م Emulator: Failed to eglInitialize

12:24 م Emulator: Could not initialize emulated framebuffer

12:24 م Emulator: Warning: requested RAM 1024M too high for your system. 
Reducing to maximum supported size 512M

12:25 م Emulator: emulator: ERROR: Could not initialize OpenglES emulation, 
use '-gpu off' to disable it.

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

I also tried this

like image 551
Sufian Awad Avatar asked Dec 04 '17 10:12

Sufian Awad


People also ask

How do I fix the emulator process for AVD was killed?

I fixed it as follows: Go to: Tools > Android > AVD Manager. Press the "edit" (pencil) icon next to your AVD. Change "Graphics" to "Software".

What is exception 0xc0000005?

Application Error 0xc0000005 (Access Violation) is usually caused by the computer not being able to correctly process the files and settings required to run a particular program or installation.

How do I fix an emulator crash?

In AVD manager open settings for your virtual device. In the Emulated Performance section open the dropdown for Graphics . Change it from Automatic to Software . Hit the Finish button to save new setting and try starting the emulator again.


1 Answers

Make sure your graphics driver is updated

  1. Go to tools
  2. Go to Android
  3. Select AVD Manager.

enter image description here

  1. click on the pencil icon in under Action
  2. Click Advanced Settings button.
  3. In Emulated Performance row change Graphics to Software GLES 2.0
  4. In Memory, row change RAM field to 512(minimum).

enter image description here

like image 186
Arslan Ahmad khan Avatar answered Oct 12 '22 15:10

Arslan Ahmad khan