Exporting A Libgdx Game as Executable Jar from Android Studio -
okay made game using libgdx , intended android app(which why use android studio) want let friend without android phones try out. project setup both desktop , android there way export executable jar file?
type command below in terminal. remember have in libgdx root directory, before issuing command.
gradlew desktop:dist
more at: https://github.com/libgdx/libgdx/wiki/gradle-on-the-commandline#packaging-for-the-desktop
Comments
Post a Comment