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.git
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. Select option 4 (check requirements) to check if the bundletool is already downloaded or manually check the lib folder if the bundletool exist. If it does not exist, select the "Download Bundletool" to download the latest bundletool available.
Windows
python app.py
MacOS
python3 app.py