API 17: Android 4.2 vs Google APIs (Google inc.) (API 17) when creating new app -


this question has answer here:

using android studio (or eclipse adt plugins), when creating new project (not avd) difference between "compile with" options, example, api 17: android 4.2 (jelly bean) , google apis (google inc.) (api 17)?

i know difference between 2 when creating avd wondered difference when came creating base android app project.

obviously know difference between different api numbers wondered difference made when creating new project.

thank you.

the google api includes google-specific libraries.

  • api 17: android 4.2 (jelly bean) has android api's jelly bean

  • google apis (google inc.) (api 17) has api 17: android 4.2 + google api's compatible android 4.2

google provides api's various purposes eg google map api showing google map,using gcm in android app. etc.

if want use such google feature in app need import google api's along normal android api's.by selecting google apis(api 17) import google libraries compatible android 4.2

check out of google api's here


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

php - MySQLi multi_query results for later use -