From 2a36cf42fa6f941b2a55f7f391d79b93b8f780f4 Mon Sep 17 00:00:00 2001 From: Robert Ly Date: Wed, 9 Mar 2011 10:33:20 -0800 Subject: [PATCH] doc change: removing references to eclipse 3.4 Change-Id: Iac1885a252266e7b15169588b91385cadf41295b --- docs/html/sdk/eclipse-adt.jd | 74 ++++++------------------------------------- docs/html/sdk/installing.jd | 7 ++-- docs/html/sdk/requirements.jd | 4 ++- 3 files changed, 16 insertions(+), 69 deletions(-) diff --git a/docs/html/sdk/eclipse-adt.jd b/docs/html/sdk/eclipse-adt.jd index 3a7b39fbac3e..97717feb3f29 100644 --- a/docs/html/sdk/eclipse-adt.jd +++ b/docs/html/sdk/eclipse-adt.jd @@ -594,13 +594,14 @@ href="#troubleshooting">Troubleshooting section.

ADT is a plugin for the Eclipse IDE. Before you can install or use ADT, you must have a compatible version of Eclipse installed on your development -computer.

+computer. Check the System Requirements document for +a list of Eclipse versions that are compatible with the Android SDK.

@@ -624,19 +625,15 @@ ADT installation as described in the steps below.

Downloading the ADT Plugin

-

Use Update Manager feature of your Eclipse installation to install the latest +

Use the Update Manager feature of your Eclipse installation to install the latest revision of ADT on your development computer.

Assuming that you have a compatible version of the Eclipse IDE installed, as described in Preparing for Installation, above, follow these steps to download the ADT plugin and install it in your Eclipse -environment.

+environment.

+ - - - - - - -
Eclipse 3.5 (Galileo) and 3.6 (Helios)Eclipse 3.4 (Ganymede)
-
  1. Start Eclipse, then select Help > Install New Software....
  2. @@ -655,35 +652,6 @@ the checkbox next to Developer Tools and click Next.
  3. When the installation completes, restart Eclipse.
-
- - -
    -
  1. Start Eclipse, then select Help > Software Updates.... -In the dialog that appears, click the Available Software tab.
  2. -
  3. Click Add Site.
  4. -
  5. In the Add Site dialog that appears, enter this URL in the "Location" field: -
    https://dl-ssl.google.com/android/eclipse/
    -

    Note: If you have trouble acquiring the plugin, you can try - using "http" in the URL, instead of "https" (https is preferred for - security reasons).

    -

    Click OK.

    -
  6. -
  7. Back in the Available Software view, you should see the plugin listed by the URL, - with "Developer Tools" nested within it. Select the checkbox next to Developer Tools, - which will automatically select the nested tools. Then click - Install
  8. -
  9. On the subsequent Install window, all of the included tools - should be checked. Click Next.
  10. -
  11. Read and accept the license agreements, then click Finish.
  12. -
  13. When the installation completes, restart Eclipse.
  14. - -
-
-

Configuring the ADT Plugin

Once you've successfully downloaded ADT as described above, the next step @@ -807,11 +775,6 @@ Eclipse Installed Software window using Help

Follow the steps below to check whether an update is available and, if so, to install it.

- - - - - - - -
Eclipse 3.5 (Galileo) and 3.6 (Helios)Eclipse 3.4 (Ganymede)
-
  1. Select Help > Check for Updates.

    If there are no updates available, a dialog will say so and you're done.

  2. @@ -823,25 +786,6 @@ to install it.

    Android Development Tools.
  3. Restart Eclipse.
-
- -
    -
  1. Select Help > Software Updates.
  2. -
  3. Select the Available Software tab.
  4. -
  5. If there are updates available, select Android DDMS, Android Development Tools, - and Android Hierarchy Viewer, then click Update.
  6. -
  7. In the resulting Available Updates dialog, ensure that each of the listed tools - are selected, then click Next.
  8. -
  9. Read and accept the license agreement and then click Finish. - This will download and install the latest version of Android DDMS and - Android Development Tools.
  10. -
  11. Restart Eclipse.
  12. -
-

If you encounter problems during the update, remove the existing ADT plugin from Eclipse, then diff --git a/docs/html/sdk/installing.jd b/docs/html/sdk/installing.jd index b0fd761051a9..a1080c2c1a67 100644 --- a/docs/html/sdk/installing.jd +++ b/docs/html/sdk/installing.jd @@ -96,13 +96,14 @@ href="http://java.sun.com/javase/downloads/index.jsp">JDK, if you don't have

If you will be developing in Eclipse with the Android Development Tools (ADT) Plugin—the recommended path if you are new to Android—make sure that you have a suitable version of Eclipse -installed on your computer (3.4 or newer is recommended). If you need -to install Eclipse, you can download it from this location:

+installed on your computer as described in the +System Requirements document. +If you need to install Eclipse, you can download it from this location:

http://www.eclipse.org/downloads/

-

For Eclipse 3.5 or newer, the "Eclipse Classic" version is recommended. Otherwise, a Java or +

The "Eclipse Classic" version is recommended. Otherwise, a Java or RCP version of Eclipse is recommended.

diff --git a/docs/html/sdk/requirements.jd b/docs/html/sdk/requirements.jd index 3d62dd9f9833..f12d0aa68ed9 100644 --- a/docs/html/sdk/requirements.jd +++ b/docs/html/sdk/requirements.jd @@ -24,7 +24,9 @@ Android applications using the Android SDK.

Eclipse IDE