0

Does Android emulator support OpenGl ES2.0? I run the code but Eclipse gives me the following error:

Unfortunately adb has stopped

Kgrover
  • 2,106
  • 2
  • 36
  • 54
user1322495
  • 79
  • 1
  • 4

1 Answers1

1

Yes Android Emulator support OpenGL ES 2.0 as described in this link. You have to select the “GPU emulation” option from the hardware menu when creating a new AVD if you want to take advantage of this feature.

K_Anas
  • 31,226
  • 9
  • 68
  • 81