I'm using Eclipse. If I change the compliance level of the main (Android) project from 1.6 to 1.7, I get an error:
Android requires compiler compliance level 5.0 or 6.0. Found '1.7' instead. Please use Android Tools > Fix Project Properties.
If I change the compliance level of the "library" (Java) project from 1.7 to 1.6, a lot of the code in it becomes invalid.
Is going through the code of the Java project and fixing every error my single option here?