I'm trying to build my project in Unity3d to an android app and it gives me this Error:
Failed to compile resources with the following parameters: -bootclasspath "C:/Users/itayt/AppData/Local/Android/sdk\platforms\android-24\android.jar" -d "C:\Users\itayt\Documents\ShowTest\Temp\StagingArea\bin\classes" -source 1.6 -target 1.6 -encoding UTF-8 "com\wikitude\unity\R.java"
I saw a solution on the web but it was for Ubuntu, and I'm using Windows. things I already tried:
-adding the Java path in the Environment Variables
-downloading the latest Jdk and Jre
any solutions to a Windows user?