2012-04-03 165 views
3

我按照每个步骤安装了带Eclipse IDE的android ADT插件安装。Eclipse android ADT安装问题

我在我的Windows 7机器上安装了Eclipse for Java。

我跟着每一步。尽管做了所有我收到以下错误。没有人有这个错误。我很着急,请帮忙

An error occurred during the org.eclipse.equinox.internal.p2.engine.phases.CheckTrust phase. 
session context was:(profile=epp.package.java, phase=org.eclipse.equinox.internal.p2.engine.phases.CheckTrust, operand=, action=). 
Error reading signed content. 
The file "E:\andrioid\eclipse\plugins\com.android.ide.eclipse.adt_17.0.0.v201203161636-291853.jar" does not exist 
+3

尝试下载丢失的文件和过去,手动.. – ngesh 2012-04-03 08:04:56

+2

一个非常类似的错误,它的工作对我来说,** **首先安装'开发工具 - > Android的发展Tools',重新启动,然后其余(DDMS,层次浏览器等) – bossi 2014-08-01 05:28:25

+0

@bossi为我工作,谢谢。 – ExceptionSlayer 2014-11-11 09:10:37

回答

5
  • 手动下载它在临时文件夹中。
  • 选择帮助 - >安装新软件,在Eclipse菜单
  • 单击添加按钮
  • 指向下载的文件
  • 重启和享受;)

欢迎到Android仙境;)

+0

这不适合我;当我尝试从本地存档安装时,我得到了OP所做的同样的错误。做什么工作只是安装“Android开发工具”组件,然后重新启动Eclipse并安装其余组件。 – 2015-02-18 16:24:18

+0

实际上错误是什么?当你指向下载的zip文件时,“文件不存在”?! o.O – Ewoks 2015-02-19 08:49:26

+0

不,错误不是“文件不存在”。尝试从本地存档安装时,我尝试从网站进行安装时遇到了同样的错误。请注意,@ bossi在表示类似经历的问题下有意见。 – 2015-02-19 20:48:10

0

您需要遵循所有步骤..
1.帮助
2.安装新软件
3.添加
4.从您的位置选择存档文件。
5.然后选择开发人员工具(其中包含4个文件)
6.重新启动您的Eclipse。 然后按Next ....
你的插件准备....

注意在安装插件的互联网是需要安装此

2
You see this error because 
When you install ADT plugins you select ADT-17.x.x.zip folder of ADT is higher version but you have install that plugins. 

goto> Window>Preferences>Install/Update>Unistall or Update> installed software 

    Android DDMS 
    Android Development Tools 
    Android Hierarchy Viewer  
    Android Traceview 

select all this things and click on update 

Hope it will works . 

Thanks 
+0

是的,点击更新按钮后,我得到错误。 – 2012-04-03 11:56:56

+0

如果你有.zip eclipse软件,然后删除当前解压缩的eclipse软件,然后从你的.zip文件中解压eclipse并再次安装sdk和plungins – 2012-04-03 12:59:00