Unity3D build error
Asked Answered
A

1

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.

Aulea answered 28/6, 2014 at 11:50 Comment(1)
Have you updated the eclipse?Eboh
Z
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!

Zima answered 28/6, 2014 at 12:52 Comment(1)
zipalign.exe is not used on OSX at all.Gauffer

© 2022 - 2024 — McMap. All rights reserved.