https://nodejs.org/en/download/
Install globally
npm install -g nadia
Verify installation with
nadia -h
Result:
Usage: application [OPTIONS]
Nadia
Android App Bundle Installer (aab installer)
v1.0.18
Options:
-a, --aab PATH Bundle aab file
-k, --keystore PATH Keystore of aab file
-r, --replace Enable replace, the application will be uninstall first
before install new version of aab
-h, --help Show this message and exit
You need:
- Connected android devices with debug mode on
- *.aab file,
- Keystore with *.keystore extensions
- Keystore password, alias and password alias
For installation
nadia -a {aab} -k {keystore}
Example
nadia -a utsmanganteng.aab -k rahasia.keystore
Build with:
- Kotlin
- JDeploy, publishing java app to npm package (https://www.jdeploy.com/)
- Clikt, command line build library for kotlin (https://ajalt.github.io/clikt/)
- OkHttp, handle download required files (https://square.github.io/okhttp/)
- Zip4j, handle extracting downloaded zip (https://github.com/srikanth-lingala/zip4j)
- Gson, parse and create configuration file (https://github.com/google/gson)