简体   繁体   中英

Unable to Install Eclipse ADT Plugin on Eclipse Indigo

I am trying to install Eclipse plugin for Android Development.

Steps :

"Help" -> "Install New Software" Added "http://dl.google.com/eclipse/plugin/3.7" And then checked "Google Plugin for Eclipse" to install it. The Installation moves upto 40% and I get this error everytime.

An error occurred while collecting items to be installed session context was:(profile=PlatformProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=). Unable to read repository at http://dl.google.com/eclipse/plugin/core/3.7/plugins/com.google.appengine.eclipse.core_3.0.1.v201206290132-rel-r37.jar . Connection reset

Needed Help to install ADT plugin for Eclipse for Android Developement.

如果您使用的是Windows,请以管理员身份执行Eclipse后尝试安装ADT

Solved the Issue. For anybody getting this type of errors.

Steps to Solve :

1 : Download the Eclipse ADT Plugin zip file from the website developer.android.com

2 : Extract the zip file.

3 : Copy the contents of plugins folder into /usr/lib/eclipse/plugins (On Linux and /Applications/eclipse/plugins on Mac )

Contents are :

com.android.ide.eclipse.adt_20.0.0.v201206242043-391819.jar
com.android.ide.eclipse.base_20.0.0.v201206242043-391819.jar
com.android.ide.eclipse.ddms_20.0.0.v201206242043-391819.jar
com.android.ide.eclipse.gldebugger_20.0.0.v201206242043-391819.jar
com.android.ide.eclipse.hierarchyviewer_20.0.0.v201206242043-391819.jar
com.android.ide.eclipse.ndk_20.0.0.v201206242043-391819.jar
com.android.ide.eclipse.traceview_20.0.0.v201206242043-391819.jar
overlay.com.android.ide.eclipse.adt.overlay_20.0.0.v201206242043-391819.jar

4 : Now restart the eclipse , Go to "Install new Software" Add the link "http://dl-ssl.google.com/eclipse/plugins" Then install it as mentioned on the android developers site.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM