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

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -