简体   繁体   中英

Backwards Compatibility of Google APIS in Android

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM