Re: JOGL in Android- java.lang.UnsatisfiedLinkError
Posted by
gouessej on
Jul 20, 2016; 8:26am
URL: https://forum.jogamp.org/JOGL-in-Android-java-lang-UnsatisfiedLinkError-tp4036931p4036948.html
You mustn't put the native libraries into another directory. This is GlueGen's responsibility to extract and load the right native libraries from the JARs.
If you don't succeed in using Android Studio with Gradle, I advise you to use the same environment than other Android developers using JOGL:
http://forum.jogamp.org/Recreating-Jogl2-Android-demo-projects-in-Eclipse-td4027079.html#a4027138Please don't compile the JARs containing the native libraries, it makes no sense.