Skip to content

Instantly share code, notes, and snippets.

@androhi
Created September 7, 2012 08:41
Show Gist options
  • Save androhi/3664410 to your computer and use it in GitHub Desktop.
Save androhi/3664410 to your computer and use it in GitHub Desktop.
手動でZipalignを行う方法 ref: http://qiita.com/items/9c7340d709e856f9b71e
# アラインを設定する
zipalign -v 4 [infile.apk] [outfile.apk]
# アラインが正しく設定されたか確認する
zipalign -c -v 4 [outfile.apk]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment