Android TV Box ADB 연결 방법 설명
토마토
www.sztomato.com
2020-03-12 17:36:59
Android TV Box ADB 연결 방법 설명
1. 컴퓨터에 adb 디버그를 설치합니다.
2. Box open developer mode (Settings >> About box >> Build number) Click "Build number" for 3 times
옵션, 돌아가서 "개발자 옵션"으로 이동하여 "usb 디버그"를 엽니다.
3. The computer and the box must be on the same local area network (the computer can share a hotspot) and get the box ip (Settings >> About box >> Status >> IP address).
4. 컴퓨터에서 cmd를 실행하고(adb 프로그램이 있는 디렉터리 입력) adb 프로그램을 시작합니다: adb start-server, 상자를 연결: adb connect 192.168.xx.xxx, 쉘: adb shell을 입력합니다.