If you cannot find precompiled APKs of the calendar and calendar provider (i.e. lift them from an actual Android device) you can build the platform yourself:
http://source.android.com/source/initializing.html and build your own SDK - it should contain the APKs you're looking for. Optionally, you can copy the APKs from the build and install them on the emulator you're already running. Most devices should contain at least the provider but you should take proper care and consider that you are effectively trying to integrate with a 3rd party app that is different between different versions of Android (such as the different URI authorities used by the provider) and vendors (We've patched this particular provider for one phone manufacturer already). On 11 Apr, 09:52, New Developer <[email protected]> wrote: > Thanks, Jens > > Yes this is on the emulator > > Can you please tell me more about the Platform sources option and tutorials > to explain just what to do > Thanks in advance > > On Apr 11, 2011, at 3:10 AM, Jens wrote: > > > Are you running this on an emulator? They typically do not contain the > > calendar or calendar provider applications. > > > You can build (from the platform sources) and install your own > > calendar provider APK on the emulator though. > > > On 10 Apr, 21:08, New Developer <[email protected]> wrote: > >> anyone solved the use of Google Calendar API ? > > >> tried the method from http://jimblackler.net/blog/?p=151 > >> content://calendar/calendars" and > >> content://com.android.calendar/calendars" > > >> I get the ERROR > >> Failed to find provider info for com.android.calendar > > >> when I try the google gdata api's > > >> I have the jar files connected via external libraries > >> but this generates, compiles and shows no errors but executes with this > >> runtime ERROR > > >> Could not find class 'com.google.gdata.client.calendar.CalendarService', > > >> Thanks in advance > > > -- > > 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 -- 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

