Reputation: 79
Does Android emulator support OpenGl ES2.0? I run the code but Eclipse gives me the following error:
Unfortunately adb has stopped
Upvotes: 0
Views: 1464
Reputation: 31466
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.
Upvotes: 1