A simple LibGDX project creator for AndroidIDE!
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.