I have upgraded to Eclipse Indico from Eclipse Galileo. My projects in my workspace now have errors. I have errors even for import statements like this one:
import android.app.Activity;
However, I can use that same import statement in a new project with no problems. I have a feeling that the older projects are trying to use an older sdk that is no longer avaliable, however I am not sure of this. Is there some way or something in the project setup that is making it look for an older SDK or ADT?
android.app.Activitymay be missing. – Baldrick Feb 24 at 11:24