It's my first question on stackoverflow since I'm having an issue that's driving me crazy!
I'm trying to compile an old Android project (it was made about a year ago) and I'm using the Eclipse Luna IDE, the same IDE I used to develop my app. When I was developing I had Java 7 but since then I had installed Java 8. So, when I'm trying to run my app that
"Unsupported major.minor version 52.0 "
error comes up.
I've tried the solutions that suggest to change the jre in the Java Build Path and Java Compiler properties of the project but when I change the jre the Eclipse console gives me this error:
"Android requires compiler compliance level 5.0 or 6.0. Found '1.8' instead. Please use Android Tools > Fix Project Properties."
When I apply the suggested solutions, the first error comes up again. It's an either this or that situation.
I feel like I'm in an infinite loop! Can somebody please help?
I have Windows 7, Eclipse Luna IDE jdk1.7.0_79 and jdk1.8.0_92 installed.