19

I have download ADT 21.1, and tried install it on eclipse enter image description here

I got those:

The operation cannot be completed. See the details.

Details:

Cannot complete the request. See the error log for details.

Tracer for OpenGL ES will be ignored because it is already installed, and updates are not permitted.

Android DDMS will be ignored because it is already installed, and updates are not permitted.

Android Development Tools will be ignored because it is already installed, and updates are not permitted.

Android Traceview will be ignored because it is already installed, and updates are not permitted.

Android Hierarchy Viewer will be ignored because it is already installed, and updates are not permitted.

enter image description here

When I reopen SDK Manager, I still got this: enter image description here

In Windows->Preference->Android, I got this: enter image description here

Thus, I wanna reintall ADT, but I found I can't uninstall any Plug In, Uninstall.. button is gray! enter image description here

  • 1
    Finally! I got answer! The problem is the Windows User is not administrator. After **running Eclipse as administrator**, at the beginning eclipse will update something. Than, everything is fine! –  Feb 14 '13 at 04:16
  • 2
    I tried running as administrator and I still got the same error: An error occurred while collecting items to be installed session context was:(profile=profile, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=). No repository found containing: osgi.bundle,com.android.ide.eclipse.adt,21.1.0.v201302060044-569685 No repository found containing: osgi.bundle,com.android.ide.eclipse.adt.package,21.1.0.v201302060044-569685 No repository found containing: osgi.bundle,com.android.ide.eclipse.base,21.1.0.v201302060044-569685 There are a few dozen more "no repository". – Patrick Dattilio Feb 15 '13 at 03:39
  • 2
    @Pmoney see my answer. I had this just now. – ingh.am Feb 15 '13 at 14:01

2 Answers2

91

In Eclipse, try:

Help > Install New Software

Then Choose the name you gave for https://dl-ssl.google.com/android/eclipse/ (working link)

Select the updates to install and then crucially, uncheck "Contact all update sites during install to find required software".

enter image description here

Omer Cansizoglu
  • 1,271
  • 9
  • 14
ingh.am
  • 25,981
  • 43
  • 130
  • 177
1

I also confirm that this works (already mentioned by ing0)

In Eclipse (ADT)

Help --> Install New Software ---> Work with --> Android Developer Tools Update Site - http://dl-ssl.google.com/android/eclipse/

Select all of the updates you want to install and UNCHECK option "Contact all update sites during install to find required software". After that everything should install as it is mentioned to be.

Nenad Bulatović
  • 7,238
  • 14
  • 83
  • 113