Reputation: 5845
I am trying to run the sample Android app of the Google Calendar API. Eclipse tells me that the SDK emulator is not compatible with my code, while it is happy with my real device running the same version of Android. I am probably missing something obvious here, but just cannot figure out what.
Thanks in advance for helping
Upvotes: 4
Views: 11724
Reputation: 81349
The obvious thing that you are missing is that you need the Google APIs 2.3.3
version, not the Android 2.3.3
version as the later does not contain Google components such as the Google Calendar API.
Upvotes: 7