Unity Android Build Error WIN32 Exception ZipAlign
You need to copy the zipalign tool from sdk/build-tools/android-{version}/ to sdk/tools/
In Unity go to Edit>Preferences>External Tools> in "Android SDK Location" select the folder of android-sdk (C:\Program Files (x86)\Android\android-sdk) in my case.
- Find your copy of the Android SDK in explorer
- Go to
build-tools
and choose a version (e.g.build-tools\19.1.0
) - Copy
zipalign.exe
- Come back out of
build-tools
- Go into
tools
- Paste
zipalign.exe