I’m getting an error from Eclipse when I try importing an existing Android project.
Android requires compiler compliance level 5.0 or 6.0. Found ‘1.4’ instead. Please use Android Tools > Fix Project Properties.
I did fix the properties and set the compiler level to 1.6 as well. But I’m still getting the same error. Now what should I do?
Try with the following steps. I was able to get it to work today using Eclipse Indigo
Create New Workspace -> Open SDK Manager -> Update the SDK -> restart the eclipse -> Import the project to this workspace -> right click on Project -> Android Tools -> Fix Project properties -> restart Eclipse