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 JREs
Project build path
Properties
-> Java Build Path
libraries
folder whether the JRE System Library is present and ...Add library
-> JRE System Library
and then
select the correct one (from an installed JDK).The following worked for me:
OR
I was missing the JRE Systems Library in my Project Tree. And navigating to Projects' Build Path and 'Add(ing) Library' worked!
I am using Maven an this is what I did to re-solve -->