In android studio I'm getting this error while opening the emulator : Emulator: emulator: ERROR: Could not initialize OpenglES emulation.
What should i do?
In android studio I'm getting this error while opening the emulator : Emulator: emulator: ERROR: Could not initialize OpenglES emulation.
What should i do?
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:
Now click on the "show advance setting" and scroll down.
You should see there a Graphics combo box. Change the value from "Automatic" to "Software". Tell me how it goes.