개발모음집

mac adb install 본문

Android

mac adb install

void 2019. 4. 2. 10:00

1. brew install

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

2. adb install 

brew install homebrew/cask/android-platform-tools

3. adb check

adb shell

출처 : stackoverflow

'Android' 카테고리의 다른 글

android firebase 연동 테스트  (0) 2019.04.04
android basic  (0) 2019.04.02
android test case  (0) 2019.03.30
Kotlin 공부 (Java와 차이점)  (0) 2019.03.28
Android, Multiple Chatting Program  (1) 2018.12.07