ApkBuilder
A lightweight Android Project builder CLI
Install / Use
/learn @silvadev13/ApkBuilderREADME
ApkBuilder
- ApkBuilder is a lightweight Android Project builder CLI.
Documentation
- See project.yml docs at Docs
Features
- [x] APK Compilation
- [ ] AAB Support
- [x] Java
- [x] Kotlin
- [ ] R8 / ProGuard
- [x] ViewBinding
- [ ] Jetpack Compose (not supported yet)
System dependencies
pythonaapt2javackotlincd8apksigner
Python dependencies
pip install pyyaml
Building an APK
To compile your project, use the builder module:
example:
python -m cli.builder example/
