Posted in digitalfractalsereneTech

In Eclipse, you may run into the following error while developing Android apps:

Android requires compiler compliance level 5.0 or 6.0. Found ’1.4′ instead.  Please use Android Tools > Fix Project Properties.

The fix to this is to right click on the project, go to project properties, and under java compiler set it to 1.6 [it may be set to 1.5 or 1.4]