I have several Android projects in Eclipse, and all is fine, except one (a library) that can not resolve any imports.
The java.io imports do resolve fine in other An
Check two things
Eclipse preferences
Java -> Installed JREsProject build path
Properties -> Java Build Pathlibraries folder whether the JRE System Library is present and ...Add library -> JRE System Library and then
select the correct one (from an installed JDK).