在哪里可以找到适用于 Android 3.0 的 Google API?
在哪里可以找到适用于 Android 3.0(API 版本 11)的 Google API?我似乎不知道如何将 Google 地图添加到 Honeycomb 应用程序中。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
在哪里可以找到适用于 Android 3.0(API 版本 11)的 Google API?我似乎不知道如何将 Google 地图添加到 Honeycomb 应用程序中。
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
可用! (我有 Google APIS - Eclipse 中的 API 级别 11)。
确保您是最新的!
因此,进入 SDK 文件夹,然后进入工具。启动“安卓”。确保您在“Android Repository”下拥有最新版本的“Android SDK Tools”和“Android Platform Tools”。
如果没问题,您可以获得“Android SDK Platform 3.0,修订版 1”,但您真正想要的是“第三方附加组件”下的内容,然后是“Google Inc”下的内容。您应该找到最新的 Google APIS。
It is available! (I have Google APIS - API Level 11 in Eclipse).
Make sure you are up to date!
So go into the SDK folder, then tools. Launch "android". Make sure you have the last version of "Android SDK Tools" and "Android Platform Tools" under "Android Repository".
If that's OK, you can get the "Android SDK Platform 3.0, revision 1", but what you really want is under "Third Party Add-ons", then under "Google Inc". You should find the latest Google APIS.
我不知道你所说的“Google API”到底是什么意思,但我想你想从 http://code.google.com/android/ add-ons/google-apis/reference/index.html ,与普通的 android 参考不同)
您还可以检查 Hello mapview 示例。
I don't know what you mean exactly with "the Google APIs", but I suppose you want to start with the reference. ( http://code.google.com/android/add-ons/google-apis/reference/index.html , different from the normal android reference)
You can also check the Hello mapview example.