Sign the apk file
Project description
Easy to use apk signing
$ pip install apk-signer
$ apk-signer {APK_PATH} --default
> {SIGNED_APK_PATH}
$ apk-signer {APK_PATH} --default --run
> {SIGNED_APK_PATH}
> b'Success\n'
> b'Performing Streamed Install\nSuccess\n'
> b'Starting: Intent { cmp=com.xxx.xxx/.MainActivity }\n'
$ apk-signer {APK_PATH}
> [Warning] Signing with default keystore.
> [Warning] Please pass --key_path, --key_alias, --key_pass, --ks_pass parameter, if you want to use your keystore
> {SIGNED_APK_PATH}
$ apk-signer --key_path="sample.jks" --key_alias="sample" --key_pass="sample_key" --ks_pass="sample_ks"
> {SIGNED_APK_PATH}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
apk-signer-1.0.3.tar.gz
(5.8 kB
view hashes)