Should you be able to run an apk that uses opengl-es 1.1 or 2.0 on an Android 2.3.3 AVD? Or does the emulator not emulate opengl-es 1.1 + for 2.3.3 devices?
Asked
Active
Viewed 619 times
1 Answers
1
Open GL will not run on Android emulator. You’ll need actual device to run it.

Jay Mayu
- 17,023
- 32
- 114
- 148
-
1There is now support for Open GL ES, I think its only API level 17 + though, there are instructions on the android site under how to use the emulator they're the same as how to enable hardware acceleration to make the emulator run faster. I bought a second hand Samsung S2 and tested my app with 2.3.4. – user2210905 Mar 28 '13 at 16:43