On Wed, Jan 9, 2013 at 5:38 PM, TheNetStriker <[email protected]> wrote:
> 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?

com.android.email is not an SDK app and cannot be built as such. Either:

- build the firmware (out of scope for this list), or
- start with something else that *is* an SDK app (for example, K-9
Mail was forked from com.android.email a long time ago), or
- port com.android.email to be an SDK app yourself, which is unlikely
to be especially simple

--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android Training in NYC: http://marakana.com/training/android/

-- 
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

Reply via email to