Narasimha
Narasimha

Reputation: 3766

How can fix issues in Android Email application?

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 variable

android.provider.Calendar cannot be resolved to a variable

Calendar cannot be resolved to a variable

I have set the correct android version 2.2, what am I missing?

Upvotes: 0

Views: 301

Answers (1)

kosa
kosa

Reputation: 66657

Make sure the imports you have are correct. Sometimes we may get imports from other classes which may not match with Email source.

Upvotes: 1

Related Questions