Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ADT needs to update but find no update

Today I installed API8 from the SDK manager, previously I only had been working with API14. After the SDK manager was done, and upon restarting ADT I got this error:

This android SDK requires Android Developer Toolkit version 21.1.0 and above. Current version is 21.0.1.2012-12-6-2-58.

So I click to find updates but I get "no updates found".

I did the following:

  • Used the SDK manager to re-install android SDK tools (rev 21.1).

  • Used the SDK manager to re-install API8 and API14.

Still no go :(

like image 209
wyldcard Avatar asked Feb 21 '13 13:02

wyldcard


3 Answers

I had the same issue. Please try the following in eclipse

Help --> Install new software

Then choose "Android Developer Tools Update Site - http://dl-ssl.google.com/android/eclipse/" from the drop down list and update the ADT

IF THIS THROWS ERROR Like this

No repository found containing: osgi.bundle,com.android.ide.eclipse.adt,21.1.0.v201302060044-569685

Modify http: to https:

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

And then update ADT. This method worked for me.

like image 159
A machan Avatar answered Nov 15 '22 19:11

A machan


You get that issue when your eclipse ADT plugin version doesn't match your SDK tools version.

Have you tried updating the ADT plugin in eclipse?

Help -> Install New Software and then using the ADT update site should work.

If you get a No Respository Found error using this site, you should use the HTTPS version instead.

If you're still having trouble getting it to install, you can download the zip standalone and manually install it. You can find the latest zip and installation instructions at the ADT troubleshooting page.

like image 45
Sean O'Toole Avatar answered Nov 15 '22 20:11

Sean O'Toole


If problem in "http".

  • 1) Help --> "Install new software" --> "Available Software Sites"
  • 2) Click on "Android Developer Tools Update Site"
  • 3) Click "Edit"
  • 4) Mofify "http" to "https"
  • 5) Click "Ok" --> "Ok"
  • 6) Try update again.
like image 12
aviomaksim Avatar answered Nov 15 '22 20:11

aviomaksim