3

I have the following error: enter image description here

I have tried this, but still could not make the emulator work properly.

I have also tried: as per opengl.dll I have set HOME path JAVA_HOME and ANDROID_SDK_HOME. Still facing the same error I have also changed avd configurations ram 512 mg

use host gpu

no skin

api 19 with google api

My computer:

i3

64bit

4 gb ram

Cœur
  • 37,241
  • 25
  • 195
  • 267
RaRa
  • 2,024
  • 1
  • 18
  • 29

2 Answers2

3

Have you checked GPU Host in AVD Manager? if you checked Host GPU. Then Uncheck it and again try to Launch AVD. It worked for me.

Premal Khetani
  • 3,175
  • 1
  • 26
  • 58
0

Start by stopping any adb programs that might be running on the prompt (navigate to where your adb.exe is installed, usually:

C:\Users\ YOUR USER\AppData\Local\Android\sdk\platform-tools\adb.exe

Issue adb kill-server

Then adb start-server

If that does not fix your issue, destroy the AVD, then recreate it.

Bonatti
  • 2,778
  • 5
  • 23
  • 42