I have cloned an open source game from github using AIDE. I have the problem when im trying to compile it, i got about 2000+ errors. One of it is :
unknown packages or type : "badlogic"
the error code is :
import com.badlogic.gdx.backends.lwjgl.LwjglApplication;
at the 'badlogic' word. When i check the classname from the libs/gdx.jar ,it seems the classname is already the same. if there anyway to solve this? thank you.