Skip to main content

Posts

Showing posts with the label Error building Player

Error building Player: Win32Exception: zipalign.exe in Unity3d [FIXED]

Recently i was getting this error in one of my game, But unable to figure out where the problem is but after searching lots of site, finally got the solution on stackoveflow and that was simply 1 minute solution you wont believe. They error was this Error building Player: Win32Exception: Error building Player: Win32Exception: ApplicationName='C:/Users/craiglerr/Desktop/adt-bundle-windows-x86_64-20140624/sdk\tools\zipalign.exe', CommandLine='4 "C:\Users\craiglerr\Desktop\Game\Temp/StagingArea/Package_unaligned.apk" "C:\Users\craiglerr\Desktop\Game\Temp/StagingArea/Package.apk"', CurrentDirectory='Temp/StagingArea' Soulution: Just goto your Android SDK folder Go to build-tools and select a version (e.g.build-tools\22.0.1) Copy zipalign.exe Go back to build-tools Go into tools Paste zipalign.exe That's it! Now build game and Error building Player: Win32Exception: zipalign.exe in Unity will never come a