An open API service indexing awesome lists of open source software.

https://github.com/teixeira0x/androidide-libgdx

A LibGDX project creator for AndroidIDE.
https://github.com/teixeira0x/androidide-libgdx

android-ide androidide

Last synced: 7 months ago
JSON representation

A LibGDX project creator for AndroidIDE.

Awesome Lists containing this project

README

          

# AndroidIDE LibGDX

A simple LibGDX project creator for [AndroidIDE](https://github.com/AndroidIDEOfficial/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 Project name.
--package Project package name.
--language Project language, java or kotlin.
--minSdk The minimum sdk of the project.
--targetSdk The project's target sdk.
```

## Reference
- [LibGDX](https://github.com/libgdx/libgdx)