Have a problem with importing and building project using Eclipse.
I had imported project and when i'm trying to RUN it, i got a message below : ScreenShot 1
So i read about that and found here on Stackoveflow solution :
Android requires compiler compliance level 5.0 or 6.0. Found '1.7' instead
also here:
Android requires compiler compliance level 5.0 or 6.0. Found '1.4'
SOLUTION :
Android Tools > Fix Project Properties.
Project > propetries> set JDK version to 1.5 or 1.6
So i did that, and try again, but now i have a new problem ScreenShot 2
It says to me: : Unsupported major.minor version 52.0
So i read about that again and found that i should set JDK and JRE version - 1.8
But when i set JDK and JRE to 1.8 problem 1 came back)
So.. can you, guys maybe help me? Thanks a lot!