Re: Migrate a Java application using Jogl to Android tablet
Posted by
Sven Gothel on
Oct 12, 2013; 6:14pm
URL: https://forum.jogamp.org/Migrate-a-Java-application-using-Jogl-to-Android-tablet-tp3732586p4030244.html
On 10/12/2013 06:46 PM, jedwards1211 [via jogamp] wrote:
> Hi Sven,
>
> Where are the Android demos located? I'm having a tough time finding them and
> other detailed information about porting to Android.
The builds location is described here:
https://jogamp.org/wiki/index.php/Android_PackagesThe demos are simply JOAL/JOGL unit tests and hence
included in the JOAL/JOGL git repo.
You can find them by checking the
jogl/make/resources/android/AndroidManifest-test.xml
Further more .. Mark added some tooling / example
in jogl-demos which removes some project setup differences
and using maven .. i.e. project compile for desktop and android.
Hope this helps.
~Sven
>
> Thanks!
> Andy