Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

This Android SDK requires ADT version 23.0.0 or above. Current version is 22.6. Please update ADT to the latest version? [duplicate]

I downloaded and installed Eclipse ADT with android SDK for windows from this website Developer.Android. When I try to Create AVD Device am getting error that Location of Android SDK has not been setup in Preferences. I open Preferences from Windowsmenu bar and then i try to set SDK Location but it showing error This Android SDK requires ADT version 23.0.0 or above. Current version is 22.6. Please update ADT to the latest version. How to update it ? help me to create android project.

like image 314
Srihari Avatar asked Jun 30 '14 13:06

Srihari


2 Answers

You can also update the ADT plugin

  1. Select Help > Install New Software
  2. Work with: p2repo - https://dl-ssl.google.com/android/eclipse/
  3. Select Developer Tools and Next
  4. Next, Accept the license agreement* and Finish
like image 76
Gema Sanchez Avatar answered Oct 05 '22 07:10

Gema Sanchez


You can re-install them as follows:

Goto: Help--> About Eclipse SDK--> Installation Details. select the plugins you want to uninstall

install them as: Goto: Help--> Install new software

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

select the plugins to install.

like image 33
Andy Avatar answered Oct 05 '22 07:10

Andy