Skip to content

Releases: teixeira0x/androidide-libgdx

v1.0.2

26 Oct 02:05
26cb28c
Compare
Choose a tag to compare

fix build issues with the project created from the template.

v1.0.1

28 Aug 20:13
4223f64
Compare
Choose a tag to compare

AndroidIDE LibGDX v1.0.1

A LibGDX project creator for AndroidIDE!

Add

  • Java LibGDX project template

Usage

You can run the jar to create the project, or just write a command line with the following instructions:

java -jar androidide-libgdx.jar [OPTIONS]
--name <arg>        Project name.
--package <arg>     Project package name.
--language <arg>    Project language, java or kotlin.
--minSdk <arg>      The minimum sdk of the project.
--targetSdk <arg>   The project's target sdk.

v1.0.0

27 Aug 01:34
Compare
Choose a tag to compare

AndroidIDE LibGDX v1.0.0

A simple LibGDX project creator for AndroidIDE!

Usage

java -jar androidide-libgdx.jar [OPTIONS]
--name <arg>        Project name.
--package <arg>     Project package name.
--minSdk <arg>      The minimum sdk of the project.
--targetSdk <arg>   The project's target sdk.