Releases: teixeira0x/androidide-libgdx
Releases · teixeira0x/androidide-libgdx
v1.0.2
v1.0.1
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
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.