Difference between target google APIs and target android

后端 未结 1 1679
温柔的废话
温柔的废话 2020-12-07 14:26

I\'m developing android with SDK 2.3.3 using Eclipse IDE. As you all know to run my app, I should generate virtual device. From \'create new AVD\' window, I can see many tar

相关标签:
1条回答
  • 2020-12-07 15:20

    The Google API includes Google Maps and other Google-specific libraries. The Android one only includes core Android libraries.

    As for which one to choose, I would go with the Android API until you find that you need the Google API; such as when you need Google Maps functionality.

    Here is a link to the Google API page.

    0 讨论(0)
提交回复
热议问题