Login  Register

Re: Installing JOGL in Android Studio?

Posted by gouessej on Nov 03, 2020; 11:36pm
URL: https://forum.jogamp.org/Installing-JOGL-in-Android-Studio-tp4040855p4040862.html

Your source code uses JOGL 1. Please use JOGL 2 to make it work, look at this simple example:
https://jogamp.org/wiki/index.php/Rudimentary_standalone_example_using_the_fixed_pipeline_by_Julien_Gouesse

By the way, my simple Gradle example works, you just have to remove Ardor3D as you only want to use JOGL. Add the necessary compile groups into your existing file named "build.gradle" in your project.
Julien Gouesse | Personal blog | Website