[Android] 안드로이드 adb 설치 방법
- 모바일 / 안드로이드
- 2024. 12. 19.

▼ 맥 homebrew 를 이용한 설치
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew install android-platform-tools |
▼ Ubuntu 리눅스 에서 apt 를 이용한 설치
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt install adb |
▼ devices 명령으로 설치 확인
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
adb devices |
'모바일 > 안드로이드' 카테고리의 다른 글
[안드로이드] 리스트 뷰(ListView) XML 데이터로 바인딩 하기 (0) | 2024.02.01 |
---|---|
[안드로이드] findViewById 대신 뷰 바인딩 사용하기 (0) | 2024.01.25 |
[안드로이드] 리스트 뷰(ListView) 사용하기 (0) | 2024.01.17 |
[Android] 안드로이드 뷰와 뷰 그룹, 레이아웃 종류 (0) | 2022.04.12 |
[Android] 안드로이드 앱 우선순위 및 액티비티 생명주기 (0) | 2022.04.11 |