Eclipse 中 ADT 插件的问题

发布于 2024-12-11 03:26:21 字数 383 浏览 0 评论 0原文

我是 android 新手,我正在使用 ADT 插件设置 eclipse 以进行 android 应用程序开发。昨天(10/18/2011)我使用“Android SDK 和 AVD 管理器”下载并安装了 Android SDK 工具(修订版 13)、Android SDK 平台工具(修订版 7)和多个 SDK 平台(2.3.3、3.0 等)。任何问题。

但是今天(10/19/2011)当我进入“Android SDK 和 AVD 管理器”中的“可用包”时,我只能看到 Android SDK 工具(修订版 14)和 Android SDK 平台工具(修订版 8),两者都不是昨天在那里。最糟糕的是我看不到昨天在可用软件包下可以看到的任何其他平台、文档、示例等。

有谁知道我如何获得其他平台、文档、示例......?

I am new to android and I am setting up eclipse with ADT plugin for android application development. Yesterday (10/18/2011) I downloaded and installed Android SDK Tools(revision 13), Android SDK platform tools(revision 7) and several SDK platforms (2.3.3, 3.0 etc) using the 'Android SDK and AVD manager' without any issues.

But today(10/19/2011) when I go the 'available packages' in the 'Android SDK and AVD manager' I can only see Android SDK Tools(revision 14) and Android SDK platform tools(revision 8) both which were not there yesterday. Worst part is I cannot see any other platforms, documentation, samples etc which I could see under available packages yesterday.

Does anyone knows how I can get the other platforms, documentation, samples..?

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

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

发布评论

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

评论(3

若能看破又如何 2024-12-18 03:26:21

经过几个小时的研究,我找到了原因。随着Android 4.0的发布,Google也发布了新版本的ADT插件(即V14.0.0)。此版本的 ADT 插件有几个重大更改(至少从 UI 级别来看),其中包括将“SDK 管理器”和“AVD 管理器”分离为两个单独的组件。

谷歌似乎还改变了以前基于臭名昭著的“repository.xml”文件的SDK包下载过程。这可能会停止直接从存储库下载 SDK 包,如几个在线博客中所建议的。这也是为什么我的旧版本 ADT 插件无法显示要下载的附加包的问题。更简单地说,Google 已从“repository.xml”文件中删除了指向这些附加包的所有链接。

现在使用更新的 ADT 插件我可以看到其他附加包

After many hours of researching I found the cause for this. With the release of Android 4.0, Google has also released a new version of the ADT plugin (i.e. V14.0.0). This version of the ADT plugin has several major changes (at least from UI level) which includes the separation of 'SDK Manager' and 'AVD Manager' as two separate components.

And it seems that Google has also changed the SDK package download process which was previously based on the infamous 'repository.xml' file. This maybe to stop downloading the SDK packages directly from the repository as suggested in several online blogs. And this was the same issue why my older version of the ADT plugin couldn't show the additional packages to be downloaded. In more simple words, Google has removed all the links to these additional packages from the 'repository.xml' file.

With the updated ADT plugin now I can see the other additional packages

胡渣熟男 2024-12-18 03:26:21

您可以在“已安装的软件包”下找到已安装的内容。 “可用包”仅适用于新东西。

You can find the stuff you already installed under "Installed Packages". "Available Packages" is only for new stuff.

冰雪梦之恋 2024-12-18 03:26:21

我有同样的问题。另外,我无法在 eclipse juno 4.2 上安装任何其他插件(pydev 等)

经过大量搜索后,我明白我们还需要安装 WST 服务器适配器。

http://time-loop.tumblr.com/post/360049815 /installing-android-eclipse-plugin ,这个链接帮助了我。安装 WST 后,ADT 插件安装开始神奇地工作。

I had the same issue. Also, I cannot install any other plugin (pydev etc) on eclipse juno 4.2

After making so much of search, I understood that we need to have WST server adapters installed as well.

http://time-loop.tumblr.com/post/360049815/installing-android-eclipse-plugin , this link helped me. After installing WST , ADT plugin installation starts working as magic.

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