Good evening fellow developers,
I know this may seem like a trivial matter, but I’ve google searched for this answer and looked on the Unity answers and all of the answers I’ve seen that worked for others is not working for me.
I have an android game I’m making and I want to test a build of it. The problem is that whenever I try to build it I get this error message:
Error building Player: Win32Exception: ApplicationName=‘C:/Users/Andrew/Downloads/adt-bundle-windows-x86_64-20140624/sdk ools\zipalign.exe’, CommandLine=‘4 “C:\Users\Andrew\Desktop\Project Star Shine\Temp/StagingArea/Package_unaligned.apk” “C:\Users\Andrew\Desktop\Project Star Shine\Temp/StagingArea/Package.apk”’, CurrentDirectory=‘Temp/StagingArea’
What am I missing? I’ve tried uninstalling and reinstalling the JDK, android SDK, and trying to add/remove features. I can’t get past this error screen. I always end up with this error message in my log and incomplete builds that do not run on my phone. The message on my phone screen is: “There is a problem parsing the package”.
Even a point in the right direction would be highly appreciated. Thank you all.
P.S. I know the heart of the problem is that I’m having a problem translating the meaning behind the error message. Any help with that would be highly appreciated.