Android sdk requires Android developer tools version 22.6.1 or higher

ADT opens with an error message:

"Android SDK requires version 22.6.1 or higher"

ADT upgrade approaches fail:

  • Using SDK Manager to Update ADT Plugins
  • Go to Help-> Install new software → select an Android developer site → update developer tools

Failure to install new software:

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 
+7
android adt
source share
4 answers

I reported this error yesterday. The solution is to use the help → Installing new software with the httpS: // protocol (important s ). No special downloads or reinstallations are required, just select the correct update site.

+8
source share

Follow these steps to upgrade to 22.6.1

  • Download the ADT 22.6.1 archive from here
  • Open ADT, go to Help → install new software → Add Site → Select the archive and select ADT22.6.1.zip, downloaded in step 1.

  • Click OK, select the developer tool and install

  • Restart ADT

+6
source share

I had the same problem when checking for updates did not find 22.6.1.

I solved this by selecting "Help" → "Install New Software" and using the following update site:

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

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

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

+1
source share

You can go to Window-> Android SDK Manager and check which version you have. In my case, this shows that I already have the 22.6.1 toolkit installed , but still get an error . If you already have it or not, you can do the following to fix it.

  • Go to Help-> Install New Software . In the dialog box shown below, click the "Add" button at the top right.
  • Paste " https://dl-ssl.google.com/android/eclipse/ " into the Location. You can call it anything.
  • Click OK and follow the dialog by clicking Next.
  • If you are prompted to send a message, you already have it, just agree that it will be updated (or installed if it was not there).

This should solve the problem. source: http://codewriterstips.blogspot.nl

0
source share

All Articles