I got it working by adding gdx-tools to my buildscript dependencies: buildscript{ dependencies { ... classpath 'com.badlogicgames.gdx:gdx-tools:1.5.4' } ...
確定! 回上一頁