Login  Register

Re: Installing JOGL in Android Studio?

Posted by n8skow on Nov 02, 2020; 4:17pm
URL: https://forum.jogamp.org/Installing-JOGL-in-Android-Studio-tp4040855p4040860.html

The 'simplified' solution also does not seem to work.
adding this to my build.gradle:

description = 'Ardor 3D JOGL'
dependencies {
  compile project(':ardor3d-core')
    compile group: 'org.jogamp.gluegen', name: 'gluegen-rt-main', version:'2.3.2'
    compile group: 'org.jogamp.jogl', name: 'jogl-all-main', version:'2.3.2'
}

produces error:
A problem occurred evaluating project ':lib'.
> Project with path ':ardor3d-core' could not be found in project ':lib'.