1. Download SDK : http://developer.android.com/sdk/index.html
1. Unzip source
2. Add the full path to the tools/ directory to the path on Path (under System Variables)
3. Run "SDK Setup.exe" at SDK unzip folder
2. Download Eclipse : http://www.eclipse.org/downloads/
Eclipse Version : Galileo
3. Install ADT Plug-in
1. Start Eclipse, then select Help > Install New Softare.
2. In the Available Software dialog, click Add....
3. In the Add Site dialog that appears, enter a name for the remote site (for example, "Android Plugin") in the "Name" field.
In the "Location" field, enter this URL:
http://dl-ssl.google.com/android/eclipse/
Click OK.
4. Restart Eclipse
5. Modify your Eclipse preferences to point to the Android SDK directory
1. Select Window > Preferences... to open the Preferences panel
2. Select Android from the left panel.
3. For the SDK Location in the main panel, click Browse... and locate your downloaded SDK directory.
4. Click Apply, then OK.
4. Update ADT Plug-in
1. Select Help > Check for Updates.
5. Create AVD(Android Virtual Device)
1. Enter android.bat on command prompt
2. Create new AVD (version : 2.0.1)
If you use AVD version 2.0.1, then you need to use same version for SDK.
※ Install Guide : http://developer.android.com/sdk/installing.html