Reputation: 35
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?
Upvotes: 1
Views: 630
Reputation: 17257
Open GL will not run on Android emulator. You’ll need actual device to run it.
Upvotes: 1