7

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

dda
  • 6,030
  • 2
  • 25
  • 34
Shimmy Weitzhandler
  • 101,809
  • 122
  • 424
  • 632
  • what all project options you see under file->new->others? if adt is installed you should see a option for android project there. – codemaster Mar 18 '12 at 02:54
  • I'm experiencing the exact same thing with my Eclipse. I'm just going to port over to Android Studio.. I'm so F***'n tired of Eclipse and the hoops I've got to jump through just about every month. – CampbellGolf Jul 03 '13 at 12:01

9 Answers9

9

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!

Shawn S
  • 106
  • 1
  • 1
5

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.

Lucifer
  • 29,392
  • 25
  • 90
  • 143
  • 1
    He did all that...look at his first screenshot. – Jason Robinson Mar 18 '12 at 03:07
  • But it may be a problem of improper installation, i would suggest you to remove the plugins and re-install it. – Lucifer Mar 18 '12 at 03:13
  • @Android except for consuming time I don't believe it's gonna help but I'll give it a shot. Anyway, I understand from your profile that you are of the Android Dev team, it's really a shame there is no one click installation. You should learn from Microsoft on this aspect. – Shimmy Weitzhandler Mar 18 '12 at 03:16
  • @Android I reinstalled and everything is as before. – Shimmy Weitzhandler Mar 18 '12 at 03:24
  • Its very Simple, go to Help Menu--> Install New Software Option, there will be a link in the coming Dialogbox "What is Already Installed" , above the "Next" Button. Click on it, it will show you the installed plug-ins, then select the DDMS plugin- and click on "Uninstall" ... – Lucifer Mar 18 '12 at 03:27
3

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.

Marko
  • 20,385
  • 13
  • 48
  • 64
Swifty
  • 31
  • 2
2

I think you have to update JDK. Please check JDK version.

#java -version

I've meet same problem when I use JDK 1.5 on ubuntu.

Emil
  • 7,220
  • 17
  • 76
  • 135
1

The answer is here: Android ADT Plugin doesn't show up in Eclipse

Actually, running as administrator on Win7 worked for me after uninstalling ADT.

Another thing is to execute eclipse with the parameter -clean after uninstalling ADT.

Community
  • 1
  • 1
Anton Kaiser
  • 713
  • 6
  • 11
1

When you load the Android ADT plugins, using Help -> Install New Software, you need to have started Eclipse with "run as administrator". If you installed the ADT plugins without having run Eclipse as administrator, it might not work when you go to Windows -> Preferences...., and Android doesn't appear in the left panel.

Seng
  • 11
  • 1
1

make sure you have the latest jdk installed. that was the issue in my case

0

Somehow, your installation didn't register properly. Try removing ADT and reinstalling it.

To uninstall, go to Window > Preferences > Install/Upload, then click on the "Uninstall or update" link. Find ADT (and related software), remove, then try to reinstall.

Jason Robinson
  • 31,005
  • 19
  • 77
  • 131
0

I had to reinstall Eclipse and that solved the problem.

Shimmy Weitzhandler
  • 101,809
  • 122
  • 424
  • 632