Login  Register

Re: Steps to build Android Demo Application with JOGL

Posted by Vicky Gopalani on Nov 07, 2014; 12:00pm
URL: https://forum.jogamp.org/Steps-to-build-Android-Demo-Application-with-JOGL-tp4033491p4033511.html

Hi,

Thanks for your help I had successfully deployed first android demo app with JOGL on device.

My current desktop app use GL2 capabilities and current android version JOGL demo app uses GL2ES2 capabilities which has altogether different api's.

So can I deploy GL2 capabilites on android device,I had tried but as such getting null pointer exception

ComponentInfo{com.example.joglsample2android/com.example.joglsample2android.MainActivity}: javax.media.opengl.GLException: Profile GL2 is not available on null.


Thanks,
Vicky