Android电视盒ADB连接方法描述
番茄
www.sztomato.com
2020-03-12 17:36:59
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,然后输入Shell:ADB Shell。

