Rushabh Patel
Rushabh Patel

Reputation: 3080

Eclipse ADT plugins are not able to update to 21.0 version

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

Answers (3)

Nidhin
Nidhin

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

Raghul
Raghul

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

Rajesh
Rajesh

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

Related Questions