Skip to content

teixeira0x/androidide-libgdx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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