Open Source Tool for creating Android KeyStore, Sign your App Build with your keystore & Install your Android Build without using Android Studio on your device.
- Generate new Android Keystore (*.keystore)
- Sign your app build(s) (*.aab)
- Install builds to your device
Note: This program depends on the following software's, so make sure you install them before using the program.
git clone https://github.com/budzhors7/keysstore
Open project directory
cd keysstore
Install python requirements
Windows
pip install -r requirements.txt
MacOS
pip3 install -r requirements.txt
To run the program
Make sure you've downloaded Bundletool, rename the file to bundletool.jar & insert the file in the lib folder.
Windows
python app.py
MacOS
python3 app.py