Skip to content

Instantly share code, notes, and snippets.

@amejiasp
Created June 9, 2017 04:18
Show Gist options
  • Save amejiasp/638886b64ae801ecd1fd3c206f2fa842 to your computer and use it in GitHub Desktop.
Save amejiasp/638886b64ae801ecd1fd3c206f2fa842 to your computer and use it in GitHub Desktop.
How to sign an .apk
zipalign -v -p 4 unsigned.apk aligned.apk
apksigner sign —ks keystone.jsk —out release.apk aligned.apk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment