I know, that this is a duplicate question. But I have no idea how to solve this problem. I've been searching the web for two days now. Please help!
This is the error I am getting whenever I try to build my project in unity:
Failed to recompile android resource files.
warning: java\lang\Object.class(java\lang:Object.class): major version 51 is newer than 50, the highest major version supported by this compiler.
It is recommended that the compiler be upgraded.
How can I upgrade the Compiler? I already installed Java jdk1.8.0_31 and it works properly.
(cmd comand: "java -version" is showing me: java version ("1.8.0_31"))
My question is similar to this one : http://answers.unity3d.com/questions/828689/resource-compilation-failed-failed-to-recompile-an.html
But I dont understand what I should do.
I'm using Unity 4.5.Of6. (Please ask if you need more information).
↧