Okay so I made a game using Libgdx and I intended it to be a android app(which is why i use android studio) but I want to let my friend without android phones try it out. The project is already setup for both desktop and android so is there any way to export this as a executable jar file?
Prerequisites: Some basic knowledge of Java, OOP, and Android development. The latest version of Android Studio.
LibGDX is a cross-platform 2D/3D game development environment, which was written in Java/C/C++ language based on Apache License 2.0 Agreement. It's free for commercial and non-commercial use and hosted on GitHub.
You have to type
gradlew desktop:dist
command in Terminal in Android Studio. Then you should have an executable jar file in your project directory/desktop/build/libs.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With