안드로이드 디버그 브릿지: 안드로이드 에뮬레이터 객체 또는 연결된 안드로이드 장치와 통신. 더 많은 정보: https://developer.android.com/studio/command-line/adb.
adb start-server
adb kill-server
adb shell
adb install -r {{경로/파일명.apk}}
adb pull {{경로/장치_파일명_또는_디렉토리명}} {{경로/로컬_목적지_디렉토리명}}
adb push {{경로/로컬_파일명_또는_디렉토리명}} {{경로/장치_목적지_directory}}
adb devices