Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

the android sdk requires android developer toolkit version 22.6.1 or above [duplicate]

Tags:

android

adt

ADT opens up with the error message :

"The android SDK requires ADT version 22.6.1 or above"

Following approaches to update ADT fails :

  1. Use SDK manager to update ADT plugins
  2. Go to Help->Install New Software -> select android developers site -> update developer tools

the install new software fails with exception :

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,22.6.0.v201403010043-1049357
No repository found containing: osgi.bundle,com.android.ide.eclipse.adt.package,22.6.0.v201403010043-1049357
No repository found containing: osgi.bundle,com.android.ide.eclipse.base,22.6.0.v201403010043-1049357
No repository found containing: osgi.bundle,com.android.ide.eclipse.ddms,22.6.0.v201403010043-1049357
No repository found containing: osgi.bundle,com.android.ide.eclipse.gldebugger,22.6.0.v201403010043-1049357
No repository found containing: osgi.bundle,com.android.ide.eclipse.hierarchyviewer,22.6.0.v201403010043-1049357
No repository found containing: osgi.bundle,com.android.ide.eclipse.ndk,22.6.0.v201403010043-1049357
No repository found containing: osgi.bundle,com.android.ide.eclipse.traceview,22.6.0.v201403010043-1049357
No repository found containing: osgi.bundle,overlay.com.android.ide.eclipse.adt.overlay,22.6.0.v201403010043-1049357
No repository found containing: org.eclipse.update.feature,com.android.ide.eclipse.adt,22.6.0.v201403010043-1049357
No repository found containing: org.eclipse.update.feature,com.android.ide.eclipse.ddms,22.6.0.v201403010043-1049357
No repository found containing: org.eclipse.update.feature,com.android.ide.eclipse.gldebugger,22.6.0.v201403010043-1049357
No repository found containing: org.eclipse.update.feature,com.android.ide.eclipse.hierarchyviewer,22.6.0.v201403010043-1049357
No repository found containing: org.eclipse.update.feature,com.android.ide.eclipse.ndk,22.6.0.v201403010043-1049357
No repository found containing: org.eclipse.update.feature,com.android.ide.eclipse.traceview,22.6.0.v201403010043-1049357
like image 363
Mukul Goel Avatar asked Mar 19 '14 16:03

Mukul Goel


3 Answers

I reported this bug yesterday. Solution is to use Help -> Install new software option with httpS:// protocol (s is important). No special downloads or re-installations is needed, just choose the right update site.

like image 139
sergej shafarenka Avatar answered Oct 20 '22 01:10

sergej shafarenka


Follow the following steps to update to 22.6.1

  1. Download ADT 22.6.1 archive from here
  2. Open ADT, goto Help -> install new software -> Add site -> Select archive and select the ADT22.6.1.zip downloaded in step 1.

  3. Press OK, select developers tool and install

  4. Restart ADT

like image 32
Mukul Goel Avatar answered Oct 20 '22 00:10

Mukul Goel


I had the same issue where checking for updates couldn't find 22.6.1.

I resolved it by going to Help --> Install New Software and using the following update site:

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

Alternatively, you can download a ZIP version of the 22.6.1 update site from here:

http://developer.android.com/sdk/installing/installing-adt.html

like image 38
k2col Avatar answered Oct 20 '22 01:10

k2col