I have Eclipse (Indigo Service Release 1, Build id: 20110916-0149) running on Win XP.
I've added https://dl-ssl.google.com/android/eclipse/ and installed 4 plugins, including ADT, and restarted Eclipse. Installed software list shows Android plugins are installed.
But nothing appears in Preferences, and there are no Android-type project in New Projects.
Later I check Eclipse's directories and there were four *.jar archives with these Android plugins, and they weren't unzipped to corresponding directories (like other plugins). I unpacked them so directories same as *.jar names, and started Eclipse again, but nothing happens.
How can I work with ADT plugin in Eclipse?
I tried everything and nothing worked until I made my
JAVA_HOME
andPATH
point to my JDK 6, they were pointing to the 5, then before installing the ADT plugin, make sure Eclipse is using the JDK 6 inPreferences/Java/Installed JREs
. Of course make sure you are running/installing everything as an administrator.Well i had this issue as well, but what i see its one componment that isnt on the google servers (at least for indigo) com.android.ide.eclipse.adt_20.0.0.v201206242043-391819.jar you need download the ADT from google server ADT 20.00 and the install new software in help menu as always In the Add Site dialog, click Archive. Browse and select the downloaded zip file. Enter a name for the local update site (e.g., "ADT-20.0.0.zip") in the "Name" field. Click OK. and done choose the ADT developer that i bet you dont have installed that should fix the problem ;)
Q: Did you install the Android SDK?
You need to do this in addition to installing a) Java, b) Eclipse and c) the Android plugins for Eclipse
Here's one (of many!) "Quick Start Guides" for setting up Android on your development PC:
http://www.talkandroid.com/guides/developer/android-sdk-install-guide/
PS: Please don't "unpack" anything, except unzipping Eclipse itself.
You might actually wish to delete your install and re-install from scratch (just to make sure there isn't anything "weird" in your environment).