utsmannn / nadia

Android App Bundle Installer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nadia

Version Version License Twitter Github

Android App Bundle Installer


Watch the video
See on youtube


Install

Npm required

https://nodejs.org/en/download/

Install with npm command

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

Usage

You need:

  1. Connected android devices with debug mode on
  2. *.aab file,
  3. Keystore with *.keystore extensions
  4. Keystore password, alias and password alias

For installation

nadia -a {aab} -k {keystore}

Example

nadia -a utsmanganteng.aab -k rahasia.keystore

Technical information

Build with:


About

Android App Bundle Installer


Languages

Language:JavaScript 64.4%Language:Kotlin 35.6%