0

In android studio I'm getting this error while opening the emulator : Emulator: emulator: ERROR: Could not initialize OpenglES emulation.

What should i do?

Sagar Zala
  • 4,854
  • 9
  • 34
  • 62
dVbydt
  • 13
  • 4

1 Answers1

0

Depends on the version of AS you have. This issue is usually related to Graphics emulation on the AVD. Try this: Goto Tools->AVD Manager. Then click on the the edit icon: AVD Edit

Now click on the "show advance setting" and scroll down.

enter image description here

You should see there a Graphics combo box. Change the value from "Automatic" to "Software". Tell me how it goes.

Itamar Kerbel
  • 2,508
  • 1
  • 22
  • 29