问题在安装ADT插件为Eclipse插件、问题、ADT、Eclipse

由网友(只爱风)分享简介:我试图建立我的电脑上的Andr​​oid开发环境。但我遇到了一些问题,迫切需要帮助。操作系统:的Windows 7(64位) 安装的组件:I am trying to build an Android development environment on my PC. But I'm encountering s...

我试图建立我的电脑上的Andr​​oid开发环境。但我遇到了一些问题,迫切需要帮助。 操作系统:的Windows 7(64位) 安装的组件:

I am trying to build an Android development environment on my PC. But I'm encountering some problems, and desperately need help. Operating System: Windows 7 (64 bit) Installed components:

在Android的SDK(installer_r12-视窗) 的Eclipse 3.7经典的Windows 64位

我试图安装ADT插件的Eclipse,但我用起来有些麻烦。 我尝试以下(http://developer.android.com/sdk/eclipse-adt.html)在官方网站上列出的指示,但没有成功。 我第一次尝试了新的存储库设置位置

I am trying to install the ADT Plugin for Eclipse but I'm having some trouble with it. I tried following the instructions listed on the official site (http://developer.android.com/sdk/eclipse-adt.html) but without success. I first tried setting the location for the new repository to

https://dl-ssl.google.com/android/eclipse/

的建议,但我得到了以下错误消息:

as suggested, but I got the following error message:

无法连接到存储库   https://dl-ssl.google.com/android/eclipse/content.xml

Unable to connect to repository https://dl-ssl.google.com/android/eclipse/content.xml

(我尝试使用HTTP,而不是https开头,但得到了同样的结果)。

(I tried using "http" instead of "https" but got the same results).

然后我尝试作为建议下载ADT插件压缩文件,并设置新的存储库的位置,以我下载的本地副本。但是,这一次我不能去通过与安装,因为'的Andr​​oid DDMS引起了以下问题:

I then tried as suggested to download the ADT Plugin zip file, and set the location of the new repository to the local copy I downloaded. But, this time I couldn't go through with the installation because 'Android DDMS' caused the following problem:

无法完成安装,因为一个或多个必需项目可以   不会被发现。软件安装:Android开发工具   12.0.0.v201106281929-138431(com.android.ide.eclipse.adt.feature.group   12.0.0.v201106281929-138431)

Cannot complete the install because one or more required items could not be found. Software being installed: Android Development Tools 12.0.0.v201106281929-138431 (com.android.ide.eclipse.adt.feature.group 12.0.0.v201106281929-138431)

有人能帮助?

推荐答案

存储库是代替

https://dl-ssl.google.com/android/eclipse/content.xml

应该是

https://dl-ssl.google.com/android/eclipse/site.xml

如果您手动下载ZIP,你需要做的手动安装(安装ZIP插件,不设置仓库到ZIP)。我建议做它通过URL,虽然如此,可以自动获得更新。

If you manually download the ZIP, you have to do a manual install (install the ZIP plugin, don't set the repository to the ZIP). I suggest doing it through the URL, though, so you automatically get updates.

阅读全文

相关推荐

最新文章