I downloaded the android Email app source code [version 2.2].I deleted the .classpath and .project file so that I could import an existing android project. Everything seems to have worked. However, I get quite a few recurring errors such as:
Attendees cannot be resolved to a
variableandroid.provider.Calendar cannot be
resolved to a variableCalendar cannot be resolved to a
variable
I have set the correct android version 2.2, what am I missing?
Make sure the imports you have are correct. Sometimes we may get imports from other classes which may not match with Email source.