일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- 마이바티스
- slave node
- 레드마인
- 리눅스
- DB
- npm
- nodejs
- sql
- spring
- 시스템운영
- mysql
- Java
- ElasticSearch
- JVM
- Bitbucket
- springboot
- heap메모리
- SonarQube
- Apach
- 아파치
- 엘라스틱서치
- Stash
- 트랜잭션
- 자바
- mybatis
- Gradle
- Git
- 스프링
- Elk
- orm
- Today
- Total
프로그래머호이잇
리눅스 android sdk 설치 방법(2017-08-14) 본문
안드로이드 sdk 설치 방법
1. sdk tar 파일 다운로드 후 압축해제
2. cd ANDROID_SDK_HOME/tools
3. ./android android update sdk -u
sdk 에 필요한 package 업데이트
------------------------------------------
버전업 방법
1. cd ANDROID_SDK_HOME/tools
2. ./android list sdk -u
example)
Packages available for installation or update: 11
1- Android SDK Platform-tools, revision 24
2- Android SDK Build-tools, revision 24
3- Documentation for Android SDK, API 23, revision 1
4- SDK Platform Android N, API 24, revision 1
5- GPU Debugging tools, revision 3.1
6- GPU Debugging tools, revision 1.0.3
7- Android Support Repository, revision 33
8- Android Auto Desktop Head Unit emulator, revision 1.1
9- Google Play services, revision 30
10- Google Play APK Expansion library, revision 1
11- Google Play Licensing Library, revision 1
Now you can install packages, filtering (-t) by number index to install only those:
3. ./android update sdk -u -t 1,2
요렇게 업데이트 진행
'시스템운영' 카테고리의 다른 글
yum repo 변경 방법 (0) | 2017.08.22 |
---|---|
JIRA 설치방법(2017-08-14) (0) | 2017.08.14 |
톰캣 버전 확인 방법(2017-08-14) (0) | 2017.08.14 |
자바 환경변수 설정 방법(2017-08-14) (0) | 2017.08.14 |
Docker(도커) 생성 및 사용법 (2017-08-14) (0) | 2017.08.14 |