위치 : C:\Users\DELL\AppData\Local\Android\Sdk\platform-tools에 adb.exe를 확인 후, 환경변수 추가
add.) DELL : 사용자이름 예시
adb devices
: 현재 PC와 연결된 devices List
adb connect [ip of PC]:5555
: 해당 PC를 connect
adb disconnect [ip of PC]:5555
: 해당 PC를 disconnect
adb kill-server
: adb kill
adb start-server
: adb start
add.) 연결하려는 device는 개발자옵션에서 USB디버깅을 활성화 시켜야 함.