I\'m working on Ionic project now whereby I want to zipalign the android-release-unsigned.apk file. I followed this guide by Ionic.
zipalign
android-release-unsigned.apk
When I run
This worked for me on Mac. Install and run Android Studio (important to start it one time). Then find zipalign:
find ~/Library/Android/sdk/build-tools -name "zipalign"