Skip to content

Instantly share code, notes, and snippets.

@davidonet
Created June 5, 2012 14:15
Show Gist options
  • Save davidonet/2875268 to your computer and use it in GitHub Desktop.
Save davidonet/2875268 to your computer and use it in GitHub Desktop.
Processing jar signing
http://www.akeric.com/blog/?p=1352
$ ant build
$ jarsigner -verbose -keystore ~/my-release-key.keystore `pwd`/bin/MucemApp-release-unsigned.apk davidonet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment