eclipse - The import com.badlogic cannot be resolved in Java Project Libgdx Setup -
i've tried setup libgdx start making games, followed tutorial https://www.youtube.com/watch?v=s9fs1pvtyuc&feature=youtu.be in conjunction libgdx grdale setup. error shows in java project says:
the import com.badlogic cannot resolved
i using eclipse java ide. believe have android sdk installed. think may setup think latest updates there , tried deleting '.m2'ccahe, not there more btw after deleted (not been replaced), didnt work. ideas?
heres code java proect:
import com.badlogic.gmx.game; public class gamemain extends game{ }//'com.badlogic 'gets error , 'game'
the issue encountering eclipse project "creategame" not setup correctly. missing files needed use libgdx.
possible solutions:
- use libgdx project setup tool , follow instructions here import project eclipse. (easy)
- add missing library files project (hard)
also make sure game code going game-core project project used each platform targeting.
Comments
Post a Comment