- Home /
Build Error
I get this error when trying to build:
Error building Player: Win32Exception: ApplicationName='C:\Program Files (x86)\Java\jre7\bin\javac.exe', CommandLine='-bootclasspath "C:/Program Files (x86)/Android SDK/adt-bundle-windows-x86_64-20140702/sdk/platforms/android-20\android.jar" -d "C:\Users\Shay\Documents\Flappy Rotation\Temp\StagingArea\bin\classes" -source 1.6 -target 1.6 -encoding UTF-8 "com\google\example\games\basegameutils\R.java" "com\Ultimate\FlappyRotation\R.java"', CurrentDirectory='C:\Users\Shay\Documents\Flappy Rotation\Temp\StagingArea\gen'
I don't know what this means or how to fix it, so any help would be great.
In case anyone else digs this up, I found out the answer. If you haven't already, update to the latest jdk. Then under the control panel, go to system => advanced system settings => environment variables, and under user variables, make a new variable called JAVA_HO$$anonymous$$E and set its path to the jdk folder. Then make a new variable called PATH and set its path to the jdk bin folder. When you are done, it should look like the picture below. $$anonymous$$ake sure you press O$$anonymous$$ before you exit.! alt text
Answer by amazingdude123 · Nov 02, 2014 at 06:28 PM
Try the answer to this one out, here is the link rather than me retyping it all, hope this helps.
http://stackoverflow.com/questions/24501944/unity3d-android-build-error-win32-exception-zipalign
Your answer
Follow this Question
Related Questions
Unity 5.5.1f1 Android "Error Building Player" 0 Answers
Android SDK does not include error 1 Answer
Android build problem! 1 Answer
Compiler errors while switching to android 1 Answer
Android Build Errors 0 Answers