Login  Register

Re: Steps to build Android Demo Application with JOGL

Posted by Sven Gothel on Nov 06, 2014; 1:39pm
URL: https://forum.jogamp.org/Steps-to-build-Android-Demo-Application-with-JOGL-tp4033491p4033502.html

On 11/06/2014 05:22 AM, Vicky Gopalani [via jogamp] wrote:

> 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.
To use our atomic APK/JARs for Android,
you would need to use our launcher as well.
The launcher adds support for utilizing multiple APKs/JARs,
which is not possible otherwise. I have written about it somewhere.

As an alternative, you can bundle all your classes and all contents
of our APKs to your one APK and deploy it as usual.

~Sven



signature.asc (828 bytes) Download Attachment