Simplifies checking any APK againsy keystore file, protected with its passphrase, alias and alias password.
This is very usefull to validate that your APK is properly signed and valid before uploading it to the Google Play Store.
- Any linux distribution.
- Installed and available keytool (commes with android SDK)
- You must also know
- Passphrase of the key
- Alias and its password
- Download the script to your /usr/bin folder
- Type
chmod +x /usr/bin/keycheck
- Type
keycheck <path_to_the_apk> <path_to_the_keystore>
- When promprted, supply with passphrase, alias and its password
- Download the script to your system
- Type
chmod +x /path/to/keycheck
- Type
/path/to/keycheck <path_to_the_apk> <path_to_the_keystore>
- When promprted, supply with passphrase, alias and its password
Script has been written by the Intellex team.