Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android plugin for Eclipse (ADT) disappears after SDK 20 upgrading

I've just upgraded to the Android SDK rev 20 and since then no way to install the ADT plugin in Eclipse 3.7.2. Although the package (Android DDMS, Android Development Tools) is referenced in the Eclipse installed software, I don't have shown-up any Android project or perspective, at the point that I can't set the SDK path in Windows/Preferences ... I've also tried to re-install, nada. Accessory: Linux Ubuntu 12.04 Thanks for help!

like image 355
Ginger Opariti Avatar asked Jul 03 '12 10:07

Ginger Opariti


1 Answers

SDK r20 works only with ADT r20 so you have to update your ADT too.

To update your ADT do the following procedure :

  1. In eclipse go : Help -> Install New Software...

  2. Now in Work with field type this link https://dl-ssl.google.com/android/eclipse/

  3. Now press enter. You will see some items in list view below. Select all and press next.

  4. Now accept the agreement an click next.

This will update your ADT. an you should be able to see it in eclipse

For more information see : Android Developer Site

like image 179
Vipul Purohit Avatar answered Oct 17 '22 06:10

Vipul Purohit