0
votes

Error building Player: Win32Exception: ApplicationName='C:/Users/CASA/AppData/Local/Android/android-sdk/platforms/android-23\aapt.exe', CommandLine='package -v -f -m -J gen -M AndroidManifest.xml -S "res" -I "C:/Users/CASA/AppData/Local/Android/android-sdk/platforms/android-23\android.jar" -F bin/resources.ap_', CurrentDirectory='Temp/StagingArea'

I am having a error when I am building an android version of my game, I have already tried these solution but did not work

  • copying/cutting zipalign.exe from build-tools to tools.
  • Deleting and reinstalling my SDK
1

1 Answers

0
votes

You installed Android SDK but you did not install JDK(Java Development Kit). You can get it here http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html

Under Java SE Development Kit 8u77, there are Windows x86(32 bit) and Windows x64(64 bit) versions listed. Make sure to download the one that matches your OS.