user1322495
user1322495

Reputation: 79

does android emulator support OpenGl ES2.0.?

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

Answers (1)

K_Anas
K_Anas

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

Related Questions