Issue #1:
Android requires .class compatibility set to 5.0. Please fix project properties.
Solution:
1. Fix project:
Package Explorer ->
Right click the project ->
“Android Tools” -> “Fix Project Properties”
2. Restart Eclipse:
“File” -> “Restart”
Issue #2: The following error appears many times
The method xyz() of type ABC must override a superclass method
Solution:
1. Fix the project again:
Package Explorer ->
Right click the project ->
“Properties” -> “Java Compiler” -> “Compiler Compliance Level” = 1.6
Issue #3: The import android.net.http.AndroidHttpClient cannot be resolved
Solution:
1. Fix the project again.
Package Explorer ->
Right click the project ->
“Properties” -> “Android” -> “Project Build Target” = 2.3.3
its a relief ..class compatibility set to 5.0.error
haunted me while importing projects...thanks for the post