Skip to main content

Sign the apk file

Project description

apk-signer can sign the apk file.
$ 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


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-0.0.4.tar.gz (5.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page