java - How to set up libdgx with IntelliJ? -
i followed this tutorial seems kind out of date? i'm not sure.
unfortunately i'm not experienced java (but c#, python, ..) maybe there obvious did not regard.
intellij giving me import errors libraries com.badlogic.gdx package
import com.badlogic.gdx.applicationadapter; import com.badlogic.gdx.gdx; import com.badlogic.gdx.graphics.gl20; import com.badlogic.gdx.graphics.texture; import com.badlogic.gdx.graphics.g2d.spritebatch;
java: package com.badlogic.gdx not exist etc..
actually there missing dependencies gdx-setup.jar should solve problems already?
i had same problem , found answer worked me.
open android skd manager tools directory of ever put android sdks
make sure android sdk build-tools 19.03 installed
if not install it
then go intellij , menu bar open view->tool windows->gradle
then hit refresh (two green arrow)
worked me anyway.
Comments
Post a Comment