Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ADT plugin doesn't show up in Eclipse

I've followed the instruction here for installing ADT, but I don't see any sign of ADT in Eclipse, except that it's installed.

According to what it says here, I should have additional project templates, which are missing. See the screenshots:

enter image description here
enter image description here
enter image description here

like image 798
Shimmy Weitzhandler Avatar asked Mar 18 '12 02:03

Shimmy Weitzhandler


3 Answers

Besides reinstalling eclipse and reloading the ADT I have found another solution :

Inside Eclipse ->Window ->Customize Perspective ->Command Groups Availability ->Check All Android groups -> OK

That should solve any issues. Currently there are four (4) android groups.

Good luck guys!

like image 78
Shawn S Avatar answered Nov 09 '22 05:11

Shawn S


You Simply need to Download the ADT Plugin. Please look at step by step guide here.

  1. Start Eclipse, then select Help > Install New Software....
  2. Click Add, in the top-right corner.
  3. In the Add Repository dialog that appears, enter "ADT Plugin" for the Name and the following URL for the Location: https://dl-ssl.google.com/android/eclipse/
  4. Click OK Note: If you have trouble acquiring the plugin, try using "http" in the Location URL, instead of "https" (https is preferred for security reasons).

  5. In the Available Software dialog, select the checkbox next to Developer Tools and click Next.

  6. In the next window, you'll see a list of the tools to be downloaded. Click Next.
  7. Read and accept the license agreements, then click Finish.

    Note: If you get a security warning saying that the authenticity or validity of the software can't be established, click OK.

  8. When the installation completes, restart Eclipse.

like image 20
Lucifer Avatar answered Nov 09 '22 04:11

Lucifer


I'm on Ubuntu and had the same problem as the poster. Had to run Eclipse as sudo and do the ADT install (into the same workspace as my non-root user account).

Restarted Eclipse as a non-root user and everything works.

like image 27
Swifty Avatar answered Nov 09 '22 05:11

Swifty