8

Error building Player:

Win32Exception: ApplicationName='E:/adt-bundle-windows-x86_64-20131030/sdk\tools\zipalign.exe',
CommandLine='4 "C:\Users\Owner\Desktop\Folders\Unity exe\bbt - Copy\Temp/StagingArea/Package_unaligned.apk"
"C:\Users\Owner\Desktop\Folders\Unity exe\bbt - Copy\Temp/StagingArea/Package.apk"',
CurrentDirectory='Temp/StagingArea'

Why am I getting this error? Everything was fine. Suddenly got this error while building.

1
  • 1
    Have you updated the eclipse? Jun 28, 2014 at 11:53

1 Answer 1

18

It happens when a file can not be found in the correct folder ...sdk\tools\zipalign.exe.

In the yesterday published version of the SDK Tools the file "zipalign" moved from tools folder to build-tools/{version}. Just copy zipalign to "tools" folder and everything should work!

1
  • zipalign.exe is not used on OSX at all. Aug 18, 2014 at 20:22

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

Not the answer you're looking for? Browse other questions tagged or ask your own question.