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 -

how to prompt save As Box in Excel Interlop c# MVC 4 -

xslt 1.0 - How to access or retrieve mets content of an item from another item? -