does android emulator support OpenGl ES2.0.?

淺唱寂寞╮ 提交于 2019-12-25 05:03:29

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!