Eclipse 中没有 google API 构建目标?

发布于 2024-12-12 19:42:30 字数 405 浏览 1 评论 0原文

有人可以帮忙解决以下问题吗?

我正在开发一个基于 Google 地图的 Android 应用程序,但是我在初始设置菜单或首选项 > 中都没有可用的 google api 构建目标。安卓路线。

构建目标列表中出现的所有内容都是普通的 Android 版本,但没有来自 google 的任何版本。

我已经运行了 SDK 管理器来检查是否有更新,所有可用的都是 Windows 缓存服务。根本没有任何与谷歌相关的内容。

问题源于 eclipse 错误地导入了 com.android,但是据我所知,我有 manifest.xml 设置。

我在 win 7 机器上使用 eclipse helios 3.6.0 和 ADT。

谁能告诉我问题可能出在哪里?

非常感谢

彼得

Can anyone help with the following please?

I am developing a Google maps based android app, however I don't have the google api's build targets available in either the initial setup menu or the preferences > android route.

All that appears in the build targets list are the normal android versions but nothing from google.

I've ran the SDK manager to check if there's an update, all that's available is the windows caching service. Nothing google related at all.

the problem stems from eclipse erroring the com.android imports however I have the manifest.xml setup so far as I'm aware.

I am using eclipse helios 3.6.0 with ADT on a win 7 machine.

Can anyone tell me where the problem might be?

Thanks alot

Peter

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

找回味觉 2024-12-19 19:42:30

首先,确保您的 ADT 版本已更新(帮助 -> 检查更新)。然后,打开 SDK 管理器(窗口 -> Android SDK 管理器)。在每个 API 级别(例如“Android 3.0 (API 11)”)中,您将看到 SDK 平台、SDK 示例和 Google Inc. 的 Google API。最后一个是您想要获得的,它应该显示安装在右侧。

在 AndroidManifest.xml 文件中,您需要在应用程序标记内包含以下内容:

<uses-library android:name="com.google.android.maps" />

First, make sure your version of ADT is updated (Help -> Check for Updates). Then, open the SDK Manager (Window -> Android SDK Manager). Within each of the API levels (e.g., "Android 3.0 (API 11)"), you will see SDK Platform, Samples for SDK, and Google APIs by Google Inc. That last one is the one you want to get and it should say installed on the right side.

Within the AndroidManifest.xml file, you need to have the following inside the application tag:

<uses-library android:name="com.google.android.maps" />
谁的新欢旧爱 2024-12-19 19:42:30

我有这个问题。当您从 Windows 运行 Android SDK 管理器时,它会告诉您它已安装所有这些东西(包括 google API)。然而,当您从 Eclipse 中运行管理器(窗口菜单)时,它会说它们尚未安装。我刚刚通过 eclipse 安装了它们,并且运行良好。

I had this issue. When you run the Android SDK manager from windows it tells you it has all these things installed (including the google APIs). However when you run the manager (Window menu) from within Eclipse it says they're not installed. I just installed them through eclipse and it worked fine.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文