Configuring a libGDX project to run as a desktop application in Android Studio

  • March 13, 2015
  • James Skemp
The following will quickly cover how to setup a newly imported libGDX project to run a desktop application, via Android Studio 1.1.0. This assumes that you have already created a new libGDX project and have already imported it into Android Studio. If you have not, please review Creating your first libgdx project with Android Studio 1.1.0. With the project imported, select the configurations drop-down, or navigate to Run > Edit Configurations.

Read More