블로그 이미지
언제나 늘 푸른 소나무처럼. 자신의 의지로 오롯이 서기
예섬수진

공지사항

최근에 올라온 글

최근에 달린 댓글

최근에 받은 트랙백

글 보관함

calendar

1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30

Install]Android SDK 2.0.1

2009. 12. 28. 23:44 | Posted by 예섬수진

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.

012


Install Guide : http://developer.android.com/sdk/installing.html