Posted by
Sven Gothel on
Oct 08, 2011; 2:09am
URL: https://forum.jogamp.org/Android-Test-APKs-201110080141utc-tp3404613.html
Android Test APKs [201110080141utc]
Since we were not able to hook up the Android test machine to Jenkins
to produce builds and a release, I thought it might be of interest to share my builds with
whoever is interested.
Just go to this test deployment folder:
http://jogamp.org/deployment/test/android/201110080141utc/Download all the APKs:
gluegen-rt.apk
jogl.all-android.apk
jogl.test.apk
jogl.android-launcher.apk
and install them via the ADB:
adb install gluegen-rt.apk
adb install jogl.all-android.apk
adb install jogl.test.apk
adb install jogl.android-launcher.apk
You can uninstall them as follows:
adb uninstall com.jogamp.common
adb uninstall javax.media.opengl
adb uninstall com.jogamp.opengl.test
adb uninstall com.jogamp.android.launcher
The APKs are currently just signed with a temporary key and debug is enabled.
Uninstalling them manually is required when you like to try to test a new version,
which will appear in the same parent folder under a different timestamp soon.
The API in regards to Android is under review and will change
to make the experience more comfortable.
However, we already achieved to run a Java module on desktop as an application or applet
and on Android / Mobile w/o any change.
This is the main goal of porting JOGL on Android, no need for native code or rewriting your application.
Some new blogs in this regard:
-
http://jausoft.com/blog/2011/10/04/bug-hunting-on-android/ -
http://jausoft.com/blog/2011/10/05/jogljogamp-red-square-moscow-nurbs-graphicon2011/Rami has published his paper and slides, great stuff...
-
http://jogamp.org/#gpunurbs2011Cheers, Sven