Tuesday, 22 May 2012

Trying to build Android default email client but missing Calendar provider

I've downloaded the source code for the Android default email client. I'd like to build it to try some things out but I am unable to. It seems I am missing a reference to the Android Calendar provider as both Eclipse and NetBeans complain about this import along with any other references: import android.provider.Calendar; When I browse the sdk it looks like this provider is not included. So

No comments:

Post a Comment