谷歌的目标API和Android的目标之间的区别目标、区别、API、Android

2023-09-12 06:59:11 作者:有种努力叫奋斗

我在开发Android与SDK 2.3.3使用Eclipse IDE。 大家都知道跑我的应用程序,我应该生成的虚拟设备。 从创建新的AVD窗口中,我可以看到很多的目标。 有2个目标API级别10,如安卓2.3.3和谷歌的API(谷歌公司)。 在这些目标,我不确定我应该选择哪一个。

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 targets. There are 2 targets for API level 10 such as 'android 2.3.3' and Google APIs(Google Inc). Among those targets, I'm uncertain which one I should choose.

我的问题是什么是它们之间的区别。

My question is what's the difference between them.

在此先感谢 丹

推荐答案

在谷歌的API,包括谷歌地图和谷歌等特定库。 Android的人们只包括核Android库。

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

至于选择哪一个,我会与Android的API去,直到你找到你所需要的谷歌API;比如,当你需要谷歌地图的功能。

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.

这里是一个链接到谷歌API的页面。

Here is a link to the Google API page.