Skip to content

Instantly share code, notes, and snippets.

@avianey
Last active January 16, 2018 12:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save avianey/7371dc473d98c597413b00d0a517c793 to your computer and use it in GitHub Desktop.
Save avianey/7371dc473d98c597413b00d0a517c793 to your computer and use it in GitHub Desktop.
java -jar apktool.jar d 321.apk
java -jar apktool.jar b 321 -o 323.apk
jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore ./your.keystore 323.apk alias
[android-sdk]/build-tools/27.0.2/zipalign -v 4 323.apk 323-aligned.apk
@avianey
Copy link
Author

avianey commented Jan 16, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment