Eclipse

 
 
The Eclipse Workbench is an open source platform, designed by IBM and released to the open source community. It is an open, portable, universal tooling platform that provides frameworks, services and tools for building tools.

In essence the workbench provides the tool infrastructure. With this infrastructure in place, the tool builders are able to focus on the actual building of their tools. The workbench has been designed for maximum flexibility to support the development of tools for new technologies that may merge in the future.

Industry leaders Borland, IBM, Merchant, QNX Software Systems, Rational Software, RedHat, SuSE, TogetherSoft, and WebGain formed the initial eclipse.org board of directors and began work on the Eclipse open source project.

More information about The Eclipse Workbench can be found at:
http://www.eclipse.org

Eclipse FAQ can be found at:
http://wiki.eclipse.org/index.php/Eclipse_FAQs

The latest Eclipse version can be downloaded from: http://www.eclipse.org/downloads/

There are hundreds of plugins which you can add to Eclipse, for example plugins for testing, code management, uml, xml, etc. The Eclipse plugins can be found at: http://www.eclipseplugincentral.com/







Installing Android Development Tools plugin on Eclipse 3.4 (Ganymede)



Information
none

Operating system used
Windows Vista Home Premium SP 1

Software prerequisites
Eclipse 3.4 (Ganymede)
Android 1.1 SDK r1

Procedure
  1. Start Eclipse, then select Help | Software Updates...

  2. In the dialog that appears, click the Available Software tab.

  3. Click Add Site...

  4. Enter this as the location:
    http://dl-ssl.google.com/android/eclipse/
    Click OK.

  5. Back in the Available Software tab, you should see the plugin. Select the checkbox "Android Developer Tools", and "Android Editors" and click Install...

    Select ADT plugin

  6. On the subsequent Install window, "Android Developer Tools", and "Android Editors" should again both be checked and press the Next button. The Android Editors feature is optional, but recommended. If you choose to install it, you need the WST plugin. If you installed Eclipse IDE for Java EE Developers (Ganymede), the WST plugin is already installed.

    Install ADT plugin

  7. Read and accept the license agreements and press the Finish button.

    ADT license

  8. Restart Eclipse.



  9. Select Window | Preferences to open the Preferences panel.

  10. Select Android on the left panel, read the message and click the Proceed button.

    Eclipse preferences

    Eclipse preferences

  11. Click the Browse button to locate the Android SDK directory.

    Select Android location

  12. Click Apply, then OK.