同一局域网的电脑使用 adb 工具连接(提前查看电视 IP)D:\adb>adb connect 192.168.1.7
* daemon not running; starting now at tcp:5037
* daemon started successfully
failed to authenticate to 192.168.1.7:5555
提示未授权D:\adb>adb connect 192.168.1.7
already connected to 192.168.1.7:5555
再次连接,提示已连接D:\adb>adb devices
List of devices attached
192.168.1.7:5555 unauthorized
查看已连接设备,显示未授权D:\adb>adb install 电视家.apk
error: device unauthorized.
This adb server's $ADB_VENDOR_KEYS is not set
Try 'adb kill-server' if that seems wrong.
Otherwise check for a confirmation dialog on your device.
Performing Push Install
adb: error: failed to get feature set: device unauthorized.
This adb server's $ADB_VENDOR_KEYS is not set
Try 'adb kill-server' if that seems wrong.
Otherwise check for a confirmation dialog on your device.
尝试直接安装 APK,报错未授权