Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Update Android ADT Tool to 21.1.0 from 21.0.1

i have updated SDK to 21.1 and how to update ADT 21.1 in old version. and when i opened my SDK it displays

This Android SDK requires Android Developer Toolkit version 21.1.0 or above. Current version is 21.0.1.2012-12-6-2-58. Please update ADT to the latest version.

any solution, Thanks in advance

like image 894
saran Avatar asked Mar 06 '13 06:03

saran


People also ask

How do I download and install ADT Android SDK for Windows?

In your browser on the PC, open the Android SDK download page and click Download the SDK Tools ADT Bundle for Windows. On the Get the Android SDK page, you can select either 32-bit or 64-bit, according to your Windows platform. This download includes the SDK tools and the Eclipse IDE.

What is ADT in Android Studio?

Android Development Tools (ADT) is a plugin for the Eclipse IDE that is designed to give you a powerful, integrated environment in which to build Android applications.

What is Android ADT bundle?

Android ADT Bundle. The ADT Bundle provides everything you need to start developing apps, including a version of the Eclipse IDE with built-in ADT (Android Developer Tools) to streamline your Android app development. so now we can say its single step download to setup Android development environment.


3 Answers

Faced the same problem and success with following steps

  1. Download the ADT Plugin zip file ADT-21.1.0.zip from http://dl.google.com/android/ADT-21.1.0.zip
  2. (do not unpack it):
  3. Start Eclipse, then select Help > Install New Software.
  4. Click Add, in the top-right corner.
  5. In the Add Repository dialog, click Archive.
  6. Select the downloaded ADT-21.1.0.zip file and click OK.
  7. Enter "ADT Plugin" for the name and click OK.
  8. In the Available Software dialog, select the checkbox next to Developer Tools and click Next.
  9. In the next window, you'll see a list of the tools to be downloaded. Click Next.
  10. Read and accept the license agreements, then click Finish.
  11. If you get a security warning saying that the authenticity or validity of the software can't be established, click OK.
  12. When the installation completes, restart Eclipse.

  • Resource: http://developer.android.com/sdk/installing/installing-adt.html
  • Section: Troubleshooting Installation
like image 172
Thilina Ranathunga Avatar answered Sep 25 '22 15:09

Thilina Ranathunga


Go to eclipse > help > Check for updates.

It should list the latest update of adt. If it doesn't work, try this :

go to eclipse > help > Install new software

Click on add

add this url : https://dl-ssl.google.com/android/eclipse/

It will list the updates available- which should ideally be adt 21.1.0 (latest)

install the latest adt and everything should be fine.

source: Update ADT from 21.0 to 21.1 from inankupeli

like image 43
Gerald Obmerga Avatar answered Sep 25 '22 15:09

Gerald Obmerga


Open Eclipse -> Help -> Check for updates

Eclipse will do the rest. Please make sure to restart Eclipse once the update is done for the changes to take effect.

like image 40
Jay Mayu Avatar answered Sep 24 '22 15:09

Jay Mayu