diff --git a/docs/html/sdk/installing/index.jd b/docs/html/sdk/installing/index.jd index 9d5e8c1ca3a5f..6b63ba72be0fb 100644 --- a/docs/html/sdk/installing/index.jd +++ b/docs/html/sdk/installing/index.jd @@ -35,10 +35,10 @@ start the SDK Manager and read
      Here are the steps to install Java and Eclipse, prior to installing the Android SDK and ADT Plugin.
        -
      1. If you are running a 64-bit distribution on your development - machine, you need to install the ia32-libs package using - apt-get:: -
        apt-get install ia32-libs
        +
      2. If you are running a 64-bit distribution on your development + machine, you need to install additional packages first. For Ubuntu 13.10 (Saucy Salamander) + and above, install the libncurses5:i386, libstdc++6:i386, and + zlib1g:i386 packages using apt-get:

        +
        sudo dpkg --add-architecture i386
        +sudo apt-get update
        +sudo apt-get install libncurses5:i386 libstdc++6:i386 zlib1g:i386
        +

        For earlier versions of Ubuntu, install the ia32-libs package using + apt-get:

        +
        apt-get install ia32-libs
      3. -
      4. Next, install Java:
        apt-get install sun-java6-jdk
      5. -
      6. The Ubuntu package manager does not currently offer an Eclipse 3.6 +
      7. Next, install Java:
        apt-get install sun-java6-jdk
      8. +
      9. The Ubuntu package manager does not currently offer an Eclipse 3.7 version for download, so we recommend that you download Eclipse from eclipse.org (http://www.eclipse.org/ - downloads/). A Java or RCP version of Eclipse is recommended.
      10. + href="http://www.eclipse.org/downloads/">http://www.eclipse.org/downloads/). + A Java or RCP version of Eclipse is recommended.
      11. Follow the steps given in previous sections to install the SDK and the ADT plugin.
      @@ -137,7 +143,7 @@ read