Unable to detect device compatibility. Select target device

I am trying to run a sample Google Calendar API Google Calendar application. Eclipse tells me that the SDK emulator is incompatible with my code, while it is pleased with its real device working with the same version of Android. I probably missed something obvious here, but just can't figure that out.

Thank you in advance for your help.

enter image description here

+4
source share
1 answer

The obvious thing that you are missing is that you need the version of Google APIs 2.3.3 , not the version of Android 2.3.3 , since there are no further Google components such as the Google Calendar API.

+7
source

Source: https://habr.com/ru/post/1416266/


All Articles