Re: Installing JOGL in Android Studio?
Posted by n8skow on Nov 02, 2020; 4:59pm
URL: https://forum.jogamp.org/Installing-JOGL-in-Android-Studio-tp4040855p4040861.html
I'm believing this to now be a pathing issue...
"error: package net.java.games.jogl does not exist
import net.java.games.jogl.Animator;"
I've got 7 of these imports that do not exist in my directory structure:
import net.java.games.jogl.Animator;
import net.java.games.jogl.GL;
import net.java.games.jogl.GLCanvas;
import net.java.games.jogl.GLCapabilities;
import net.java.games.jogl.GLDrawable;
import net.java.games.jogl.GLDrawableFactory;
import net.java.games.jogl.GLEventListener;
Where do these exist if I followed the second install tutorial and didn't actually download anything?