问题
Does Android emulator support OpenGl ES2.0? I run the code but Eclipse gives me the following error:
Unfortunately adb has stopped
回答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.
来源:https://stackoverflow.com/questions/11162221/does-android-emulator-support-opengl-es2-0