우동우동우's note

Eclipse에 ADT Plugin 설치 본문

Java & Android

Eclipse에 ADT Plugin 설치

우동우동우 2016. 6. 10. 19:24

Android Developer 공식 홈페이지에서는 ADT Plugin 설치 방법 찾으려니 찾기가 힘들어 그냥 내용을 옮겨 놓는다. 


Eclipse Plugin 설치하기


Android는 Eclipse IDE를 위한 ADT(Android Development Tools)라는 커스텀 Plugin을 제공한다. 이 Plugin은 강력하고, 포괄적인 안드로이드 앱 개발 환경을 제공한다. 이 Plugin은 빠르게 안드로이드 프로젝트를 설정하고, UI를 만들고, 당신이 만든 앱을 디버깅하고, 배포를 위해 사이닝된 APK를 추출할 수 있는도록 Eclipse의 능력을 확장시킨다.


1. Download the ADT Plugin

2. Start Eclipse, then select Help > Install New Software.

3. Click Add, in the top-right corner.

4. In the Add Repository dialog that appears, enter "ADT Plugin" for the Name and the following URL for the Location

 - https://dl-ssl.google.com/android/eclipse/

5. Click OK.



Comments