Created
January 11, 2018 13:18
-
-
Save jvehent/ff0b6428008616cd1c07dc99995a074b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ go run main.go -i ~/app-rocket-webkit-release-1816-signed.apk -o /tmp/rocket-aligned.signed.apk -v 2>&1| grep padding | |
| 2018/01/11 08:16:59 --- res/drawable-hdpi-v4/common_google_signin_btn_icon_dark_normal_background.9.png: padding 3 bytes | |
| 2018/01/11 08:16:59 --- res/drawable-hdpi-v4/design_ic_visibility.png: padding 1 bytes | |
| 2018/01/11 08:16:59 --- res/drawable-hdpi-v4/googleg_disabled_color_18.png: padding 3 bytes | |
| 2018/01/11 08:16:59 --- res/drawable-hdpi-v4/home_pattern.png: padding 1 bytes | |
| 2018/01/11 08:16:59 --- res/drawable-hdpi-v4/ic_notification.png: padding 3 bytes | |
| 2018/01/11 08:16:59 --- res/drawable-hdpi-v4/logotype.png: padding 1 bytes | |
| 2018/01/11 08:16:59 --- res/drawable-mdpi-v4/common_google_signin_btn_icon_dark_normal_background.9.png: padding 3 bytes | |
| 2018/01/11 08:16:59 --- res/drawable-mdpi-v4/design_ic_visibility.png: padding 1 bytes | |
| 2018/01/11 08:16:59 --- res/drawable-mdpi-v4/googleg_disabled_color_18.png: padding 3 bytes | |
| 2018/01/11 08:16:59 --- res/drawable-mdpi-v4/notification_bg_low_normal.9.png: padding 1 bytes | |
| 2018/01/11 08:16:59 --- res/drawable-xhdpi-v4/common_google_signin_btn_icon_dark_normal_background.9.png: padding 3 bytes | |
| 2018/01/11 08:16:59 --- res/drawable-xhdpi-v4/design_ic_visibility.png: padding 1 bytes | |
| 2018/01/11 08:16:59 --- res/drawable-xhdpi-v4/googleg_disabled_color_18.png: padding 3 bytes | |
| 2018/01/11 08:16:59 --- res/drawable-xhdpi-v4/notification_bg_low_normal.9.png: padding 1 bytes | |
| 2018/01/11 08:16:59 --- res/drawable-xxhdpi-v4/common_google_signin_btn_icon_dark_normal_background.9.png: padding 3 bytes | |
| 2018/01/11 08:16:59 --- res/drawable-xxhdpi-v4/design_ic_visibility.png: padding 1 bytes | |
| 2018/01/11 08:16:59 --- res/drawable-xxhdpi-v4/googleg_disabled_color_18.png: padding 3 bytes | |
| 2018/01/11 08:16:59 --- res/drawable-xxhdpi-v4/home_pattern.png: padding 1 bytes | |
| 2018/01/11 08:16:59 --- res/drawable-xxhdpi-v4/ic_notification.png: padding 3 bytes | |
| 2018/01/11 08:16:59 --- res/drawable-xxhdpi-v4/logotype.png: padding 1 bytes | |
| $ /opt/android-sdk/build-tools/27.0.3/zipalign -c -v 4 /tmp/rocket-aligned.signed.apk | |
| ... | |
| Verification succesful |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment