0% found this document useful (0 votes)
22 views

Android Dev Env Setup

The document provides instructions for setting up the development environment for Android development. It describes installing Eclipse, the Android SDK, and the ADT plugin for Eclipse. It also includes configuring the ADT plugin by specifying the SDK folder location.
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views

Android Dev Env Setup

The document provides instructions for setting up the development environment for Android development. It describes installing Eclipse, the Android SDK, and the ADT plugin for Eclipse. It also includes configuring the ADT plugin by specifying the SDK folder location.
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Setting up the Development Environment (1/3)

1. Eclipse is expected to be installed.

2. Download and install the SDK Starter Package appropriate to your operating system from
http://developer.android.com/sdk/index.html

3. Run SDK Starter Package


(as Administrator on Vista / Windows 7).
Install...
- all SDK platforms

- the USB driver package

- and the documentation


Setting up the Development Environment (2/3)
4. Install the ADT (Android Development Tools) plugin.
The following instructions are for Eclipse 3.5 (Galileo) and Eclipse 3.6 (Helios).
Instructions for Eclipse 3.4 (Ganymede) can be found at http://developer.android.com/sdk/eclipse-adt.html.

4.1. Select „Help“ → „Install New Software“.

4.2. In the „Available Software“ dialog,


click the „Add“ button...

4.3. In the „Add Site“ dialog, enter a name


(e.g.„Android Plugin“) and the following URL
as location:
https://dl-ssl.google.com/android/eclipse/
(try „http“, if „https“ does not work).
Click the „OK“ button.
3. Setting up the Development Environment (3/3)
4.4. Back in the „Available Software“ dialog, select the checkbox next to „Developer Tools“ and click „Next“.

4.5. In the „Install Details“ dialog,


click „Next“ to accept the license
Agreement, then click „Finish“.

4.6. Restart Eclipse.

4.7. Select „Window“ → „Preferences“.

4.8. In the „Preferences“ dialog, select


„Android“.

4.9. Enter the SDK folder (e.g.


„C:\Programme\android-sdk-windows“)
and click „OK“.

You might also like