Re: Recreating Jogl2 Android demo projects in Eclipse
Posted by
Sven Gothel on
Nov 21, 2012; 9:33am
URL: https://forum.jogamp.org/Recreating-Jogl2-Android-demo-projects-in-Eclipse-tp4027079p4027136.html
On 11/21/2012 09:06 AM, asambol [via jogamp] wrote:
If you use the launcher method, you must kickstart the launcher activity,
which will spawn-off our launcher while passing the demo activity.
See another updated description:
<
http://jogamp.org/git/?p=gluegen.git;a=commit;h=0cfc7847c58b51c9a26b50d905b592d1fc4c8578>
If you don't use the launcher method, you can start the demo activity right away - ofc.
Note that to do so, you have to create one big APK archive containing the Android gluegen
and jogl JARs, while maintaining the assets folders w/ native libraries!
To do so - you can either use our gluegen ant build macro for AAPT, or do your own recipe.
Please have a look at our gluegen-rt and jogl APK files and how assets [w/ native libs] are being laid out.
~Sven