Login  Register

Re: Steps to build Android Demo Application with JOGL

Posted by Vicky Gopalani on Nov 06, 2014; 4:22am
URL: https://forum.jogamp.org/Steps-to-build-Android-Demo-Application-with-JOGL-tp4033491p4033498.html

I had taken look at http://forum.jogamp.org/Recreating-Jogl2-Android-demo-projects-in-Eclipse-td4027079.html#a4027138 which you mentioned in your last post and I found that final Android-Build apk package need to be dependent on following installation packages which need to be there in Android device.
adb install gluegen-rt.apk
adb install jogl.all-android.apk
adb install jogl.android-launcher.apk

which I found bit tricky.Can't we include source code of these apk inside our single application and generate the single application package by incorporating all these dependent packages.

Please let me know if you have any other alternative way to accomplish the same.

Thanks,
Vicky.