Reputation: 3080
I have updated the Android SDK tools to 21 version in Android SDK. But when I open my eclipse it says to update the ADT tools in eclipse as SDK version is 21.0.
So I also tried to update the eclipse plugin but it is not updating and so I can not write code now. So What should I do to update ADT tools for eclipse?
I appreciate you answer if you have.
Upvotes: 1
Views: 2344
Reputation: 1838
If automatic update fails,Try following..
First download ADT plugin zip file from http://developer.android.com/sdk/installing/installing-adt.html.
Then remove already installed all ADT plugins(DDMS,Hierarchy,NatveDevelopment,Traceview,TraceforopenGLES) from eclipse to avoid conflicts
Help->about Eclipse->installation Details->installed softwares
Uninsatll all ADT plugins and restart eclipse
From Help->Install New software->ADD Select archive of ADT plugin zip
Install and restart your Eclipse
If you have problems during installation relaunch eclipse with Run As Administrator mode.
Upvotes: 0
Reputation: 46
Go to http://developer.android.com/sdk/installing/installing-adt.html#Troubleshooting download latest version of ADT, current ADT-22.6.2.zip (*) At Eclipse > Help > Install new software... > Uncheck Contact all update sites during install to find required software (bottom, last preference) in order to avoid any unwanted delays during install. Same screen (top) Click Add > Archive > select downloaded ADT-X.X.X.zip > follow on screen installation steps
Upvotes: 1
Reputation: 15774
When the automatic update fails for remote update site, you can try to install the latest ADT through the zip file. More information is available at Installing the Eclipse Plugin > Troubleshooting Installation
Upvotes: 3