Friday, September 20, 2013

Install Eclipse

Setting Up an Existing IDE

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 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).

Getting started on Windows

Your download package is an executable file that starts an installer. The installer checks your machine for required tools, such as the proper Java SE Development Kit (JDK) and installs it if necessary. The installer then saves the Android SDK Tools into a default location (or you can specify the location).
  1. Double-click the executable (.exe file) to start the install.
  2. Make a note of the name and location in which it saves the SDK 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.
  3. Once the installation completes, the installer offers to start the Android SDK Manager. If you'll be using Eclipse, do not start the Android SDK Manager, and instead move on to Installing the Eclipse Plugin. If you're using a different IDE, start the SDK Manager and read Adding Platforms and Packages.

    Getting started on Mac

    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.

    2. 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.

    Getting started on Linux

    1. Unpack the .tgz file you've downloaded. By default, the SDK files are unpacked into 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. If you're using Eclipse, move on to Installing the Eclipse Plugin. Otherwise, if you're using a different IDE, read Adding Platforms and Package

 

No comments:

Post a Comment