I am trying to import sample code with
Build target: Google APIS 1.6
minSDK: 4
I have downloaded the Android API 4 but the lowest Google APIS version I find on the SDK Manager is 8.
Eclipse creates a blank project with no classes and throws AndroidManifest.xml file missing!
Theres a few things I dont understand:
When I create a project using Google APIS only the Google APIS version is important? I forget about Android API?
Are Google APIS versions backwards compatible?
Google API SDK should be available from 1.6 and up version. They contain the basic SDK for the version, and additional APIs such as C2DM. Not sure what you mean with backwards compatbility. An 2.2 version SDK should be able to use 1.6. API calls.