Why would you choose Android API over Google APIs in the SDK on Eclipse?

后端 未结 3 1865
轻奢々
轻奢々 2021-01-19 14:37

When you create an android project in Eclipse, you have to choose which platform to compile with. You can choose API 17 (Android 4.2) or Google APIs (API 17).

From m

3条回答
  •  没有蜡笔的小新
    2021-01-19 15:13

    Some of the cheap android phones which aren't certified android phones (those that don't have Google Play) won't support apps compiled against the google api. So unless you need functionality provided by google api, just build against android api

提交回复
热议问题