Skip to content Skip to sidebar Skip to footer

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

Solution 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.


Post a Comment for "Does Android Emulator Support Opengl Es2.0.?"