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

swift - Button on Table View Cell connected to local function -

dns - Dokku server hosts two sites with TLD's, both domains are landing on only one app -

c# - ajax - How to receive data both html and json from server? -