Re: Steps to build Android Demo Application with JOGL
Posted by
gouessej on
Nov 07, 2014; 8:37am
URL: https://forum.jogamp.org/Steps-to-build-Android-Demo-Application-with-JOGL-tp4033491p4033505.html
Hi
You must use neither jogl-all nor jogl-mobile, you must just jogl-android and gluegen-rt-android (and their native libraries) so that Dalvik / ART won't try to load classes for desktop environment. Look at jp4da to understand which native libraries and which JARs to use:
https://github.com/sgothel/jogl-demos/blob/master/maven/jp4da/jp4da-android/pom.xml