- Home /
Getting an issue when trying to build to android (error on build)(solved)
so Im trying to build my project to an apk and i get the same error every time:
Error building Player: Win32Exception: ApplicationName='C:\Program Files (x86)\Java\jre7\bin\javac.exe', CommandLine='-bootclasspath "C:/android/sdk/platforms/android-19\android.jar" -d "C:\Users\Cynthia\Desktop\We Are Coming\Project\We Are Coming\Temp\StagingArea\bin\classes" -source 1.6 -target 1.6 -encoding ascii "com\facebook\android\R.java" "com\LongFallGames\WeAreComing\R.java"', CurrentDirectory='C:\Users\Cynthia\Desktop\We Are Coming\Project\We Are Coming\Temp\StagingArea\gen'
and im not sure how to fix i, Only asset i have added in is GoogleFu I did have facebook and game analyrics but i removed them but this issue was occurring before then. There is not XML or pure data files and i have made no changes to the android SDK.
I missed some dependancies that needed to be taken out.
Your answer

Follow this Question
Related Questions
Android app killed after returning from Unity module 0 Answers
BufferQueue has been abandoned error on Android 7 0 Answers
Align Error Android APK build 2 Answers
KeyNotFoundException building error 4 Answers