반응형
How to install Android SDK in SpringSource Tool Suite on Linux Mint and Ubuntu
1. Install Android SDK
a. Download Android SDK
b. Extract the file into any folder. I usually install applications into /opt when I don’t use a package manager.
c. Run [/opt/android-sdk-linux/tools/android]
e. Select APIs and Click [Install Packages…]
2. Setup Eclipse
a. Run Eclipse. I use SpringSource Tool Suite.
b. Click [Help > Install New Software…]
c. Input (https://dl-ssl.google.com/android/eclipse/) in an edit box labeled [Work with:]
d. Click [Add…]
e. Input (ADT plugin) in an edit box labeled [Name] and Click [OK]
f. Click [Select All] and [Developer Tools] and [NDK Plugins] may be selected.
g. Click [Next >]
요렇게 추가해 주면 끝
출처 ) http://juliendkim.blogspot.kr/2012/07/how-to-install-android-sdk-in.html
반응형
'Front > :::: 안드로이드 ::::' 카테고리의 다른 글
네트워크 상태 확인 (0) | 2014.04.21 |
---|---|
초기로딩 splash 이미지 교체 (0) | 2014.03.14 |
R 애러 R 찾을수 없다 할때 (0) | 2014.03.12 |
안드로이드 처음 화면 (초기화면) 3초 로딩 구현 (21) | 2014.03.11 |
GCM 진동 / 화면 켜짐 적용 (0) | 2014.03.06 |
GCM 내 앱에 적용 (0) | 2014.03.02 |
GCM 사용할때 SENDER_ID 설정.. (0) | 2014.02.21 |
안드로이드 빌드 안 될때 (0) | 2014.02.21 |