5-1. Start Eclipse, then select Help > Install New Software.
5-2. In the Available Software dialog, click Add....
5-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:
https://dl-ssl.google.com/android/eclipse/
Note: If you have trouble acquiring the plugin, you can try using "http" in the URL, instead of "https" (https is preferred for security reasons).
Click OK.
5-4. Back in the Available Software view, you should now see "Developer Tools" added to the list. Select the checkbox next to Developer Tools, which will automatically select the nested tools Android DDMS and Android Development Tools. Click Next.
5-5. In the resulting Install Details dialog, the Android DDMS and Android Development Tools features are listed. Click Next to read and accept the license agreement and install any dependencies, then click Finish.
6. Restart Eclipse.
■ Configuring the ADT Plugin
Once you've successfully downnloaded ADT as described above, the next step is to modify your ADT preferences in Eclipse to point to the Android SDK directory:
1. Select Window > Preferences... to open the Preferences panel (Mac OS X: Eclipse > Preferences).
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.
■ Android sdk의 path를 잡아주었는데 위와 같이 아무것도 뜨지 않을 경우에는 다음과 같이 실행해 보세요.
안드로이드 SDK
& AVD Manager 아이콘을 실행.
Installed Packages를 선택하고 Update All 버튼을 클릭.
Install
버튼을 클릭하여 sdk 추가 설치.
설치가 완료되면 Close버튼을 눌러 완료한다.
- 이상 간단한 안드로이드 개발 설정 방법 이었습니다.
- 다른 문의사항은 댓글로 문의해 주시기 바랍니다.
필자는 Java SE Development Kit 6u19 버전을 설치하였습니다. [본문으로]
jdk를 설치한 경로를 설정해 주시면 됩니다.
*주의* jre의 경로가 아님. [본문으로]
필자는 eclipse-jee-galileo-SR2-win32 버전을 설치하여 사용중입니다. [본문으로]