Crocodile
Crocodile

Reputation: 5845

Unable to detect device compatibility. Please select a target device

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

enter image description here

Upvotes: 4

Views: 11724

Answers (1)

K-ballo
K-ballo

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

Related Questions