【发布时间】:2021-09-28 04:24:45
【问题描述】:
我已成功配对我的设备 Samsung Galaxy tab A7 lite
标签使用adb pair ip address and then pairing code配对
在命令行 (cmd) 中显示成功配对,但 android studio artic fox 未检测到该设备
同样的设备使用 USB 调试也能完美运行
【问题讨论】:
标签: android android-studio debugging
我已成功配对我的设备 Samsung Galaxy tab A7 lite
标签使用adb pair ip address and then pairing code配对
在命令行 (cmd) 中显示成功配对,但 android studio artic fox 未检测到该设备
同样的设备使用 USB 调试也能完美运行
【问题讨论】:
标签: android android-studio debugging
您还需要在配对后运行此命令。
adb connect ip_address:port_number
【讨论】: