Skip to content

Files

Latest commit

4223f64 · Aug 27, 2024

History

History
19 lines (14 loc) · 578 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 578 Bytes

AndroidIDE LibGDX

A simple LibGDX project creator for AndroidIDE!

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.

Reference