I need to zip-align an APK file after I re-signed it with a specific cert. Everything worked fine with keytool and jarsigner. However, the zipalign tool was not installed with Java SDK 8 Update 92 (inlcuding JRE in same version). I am running Windows 10 x64.
Also, the Android Studio IDE did not come with zipalign tool. I crawled many forums and also stackoverflow but did not find any solution. In former times, zipalign was always installed with Java JRE in BIN directory.
Where do I get the zip-align tool?
Thanks for any help!