user2210905
user2210905

Reputation: 35

opengl-es 1.1 or 2.0 on an Android 2.3.3 AVD?

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

Answers (1)

Jaya Mayu
Jaya Mayu

Reputation: 17257

Open GL will not run on Android emulator. You’ll need actual device to run it.

Upvotes: 1

Related Questions