From 6453dfb79712c288bdf825a2a4c43e583e5c8aa4 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Tue, 23 Oct 2012 14:14:18 -0700 Subject: update Download and installation guides for ADT Bundle Change-Id: I59d3113d4caf937b13e10c50618a37ae86d4ae55 --- docs/html/sdk/installing/index.jd | 72 +++++++++++++++++++++++++-------------- 1 file changed, 46 insertions(+), 26 deletions(-) (limited to 'docs/html/sdk/installing/index.jd') diff --git a/docs/html/sdk/installing/index.jd b/docs/html/sdk/installing/index.jd index f049191..24d86cf 100644 --- a/docs/html/sdk/installing/index.jd +++ b/docs/html/sdk/installing/index.jd @@ -1,30 +1,37 @@ -page.title=Installing the SDK -walkthru=1 +page.title=Setting Up an Existing IDE @jd:body -

You should have already downloaded the Android SDK. Now -you need to set up your development environment.

+

You should have already downloaded the Android SDK Tools. (If you downloaded the ADT Bundle, you should instead read +Setting Up the ADT Bundle.)

-

The SDK you've downloaded is not the complete SDK environment. It includes only the core SDK tools, which you can +

The SDK Tools package is not the complete SDK environment. It includes only the core SDK tools, which you can use to download the rest of the SDK packages (such as the latest system image).

@@ -34,16 +41,20 @@ continue with the installation guide by clicking the

Getting started on Mac

-

Your download package is {@code .zip}. - Unpack it to a safe location on your machine. By default, the SDK files are unpacked -into a directory named android-sdk-mac_x86.

+
    +
  1. Unpack the ZIP file you've downloaded. By default, it's unpacked +into a directory named android-sdk-mac_x86. Move it to an appropriate location on your machine, +such as a "Development" directory in your home directory.

    Make a note of the name and location of the SDK directory on your system—you will need to refer to the SDK directory later, when setting up the ADT plugin and when using the SDK tools from the command line.

    - -

    Now continue with the installation guide by clicking the -Next link on the right.

    +
  2. +
  3. If you're using Eclipse, move on to Installing the Eclipse Plugin. Otherwise, if you're using a different IDE, +read Adding Platforms and Packages.
  4. +
@@ -54,20 +65,27 @@ the SDK tools from the command line.

Getting started on Linux

-

Your download package is a {@code .tgz}. - Unpack it to a safe location on your machine. By default, the SDK files are unpacked -into a directory named android-sdk-linux_x86.

+
    +
  1. Unpack the {@code .tgz} file you've downloaded. By default, the SDK files are unpacked +into a directory named android-sdk-linux_x86. Move it to an appropriate location on your machine, +such as a "Development" directory in your home directory.

    Make a note of the name and location of the SDK directory on your system—you will need to refer to the SDK directory later, when setting up the ADT plugin and when using the SDK tools from the command line.

    +
  2. +
  3. If you're using Eclipse, move on to Installing the Eclipse Plugin. Otherwise, if you're using a different IDE, +read Adding Platforms and Packages.
  4. +
-

Now continue with the installation guide by clicking the -Next link on the right.

+
-

Troubleshooting Ubuntu

- + + -

Other platforms

+

Information for other platforms