Skip to content Skip to sidebar Skip to footer

Errors In Updating The Android's Adt Plugin For Eclipse

I have been trying everything since 2 days now, my ADT plugin is not updating: 1)I have tried going to SDK manager in my Android SDK Windows folder, Ran it as Administrator and in

Solution 1:

check this link: https://developer.android.com/sdk/installing/installing-adt.html#Troubleshooting

  1. download adt from https://dl.google.com/android/ADT-22.6.2.zip
  2. Start Eclipse, then select Help > Install New Software.
  3. Click Add, in the top-right corner.
  4. In the Add Repository dialog, click Archive.
  5. Select the downloaded ADT-22.6.2.zip file and click OK.
  6. Enter "ADT Plugin" for the name and click OK.
  7. In the Available Software dialog, select the checkbox next to Developer Tools and click Next.
  8. In the next window, you'll see a list of the tools to be downloaded. Click Next.
  9. Read and accept the license agreements, then click Finish.
  10. When the installation completes, restart Eclipse.

Solution 2:

Although this question is marked as answered, however I think when you faced too many difficulties in updating process, it is better to download a new copy of "SDK ADT Bandle" from this link. http://developer.android.com/sdk/index.html

Post a Comment for "Errors In Updating The Android's Adt Plugin For Eclipse"