My eclipse reported the warning that "The compiler compliance specified is 1.6 but a JRE 1.8 is used".
I have built my HelloWorld Android application using Java1.8,
however, I got that warning and I cannot build up my project. I have tried to set the compiler compliance to java1.8. But I got another error that
"Android requires compiler compliance level 5.0 or 6.0. Found '1.8'"
.I don't know how to fix this problem?