user63898
user63898

Reputation: 30895

Test android opengl es 2.0 without physical handset , is there any way?

Can i test opengl es 2.0 (im using ndk ) without using physical handset plugged into the pc? i know the emulator doesn't support es 2 only 1 .

Upvotes: 2

Views: 314

Answers (1)

the swine
the swine

Reputation: 11031

there are some OpenGL ES 2.0 (e.g. Mali) emulators out there, so if you are looking to test your OpenGL code, it should be just a matter of creating JNI binding for the emulator, and running the code as a Java app.

If you're looking to debug the application as a whole, then the answer could very well be no.

Upvotes: 3

Related Questions