I would like to compile the com.android.email app from google in eclipse. I've cloned the source code from the git repository and added the project in eclipse. I've set the projects.properties file with android-17 and tried to compile the project. But now I get a lot of errors because it does not find some classes. (e.g.
com.android.common.contacts.BaseEmailAddressAdapter or com.android.ex.chips.AccountSpecifier) The android.jar file from android-17 is added to the project. What am I doing wrong? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

