Win32Exception: ApplicationName zipalign.exe

I just placed SDK,and my unity remote is working. The problem is,when i build it,it gives me error in log:

Error building Player: Win32Exception: ApplicationName ='C:/Users/Name/Desktop/Programs/android-sdk-windows/tools/zipalign.exe', CommandLine=4'"C:/Users/Name/Documents/ProjectName/Temp/StagingArea/Package_unaligned.apk" " C:/Users/Name/Documents/ProjectName/Temp/StagingArea/Package.apk"',CurrentDirectory='Temp/StagingArea'

Confusing stuff. Please step by step instructions, if possible.

Thanks in advance, all the best! :slight_smile:

Unity is looking for a utility named zipalign.exe in the location mentioned.

Some versions of the Android SDK have moved zipalign to another folder. You can fix this manually by copying the utility to a location where Unity will find it.

You can find more information at any of the following duplicate threads: