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.
- Host: GitHub
- URL: https://github.com/teixeira0x/androidide-libgdx
- Owner: teixeira0x
- License: apache-2.0
- Created: 2024-08-27T00:59:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-26T02:05:39.000Z (over 1 year ago)
- Last Synced: 2025-04-28T11:21:35.805Z (about 1 year ago)
- Topics: android-ide, androidide
- Language: Kotlin
- Homepage:
- Size: 319 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)