【发布时间】:2018-07-23 13:28:18
【问题描述】:
我已经用 tcp 连接了我的设备。它在 adb 设备上显示设备。
adb connect 192.168.0.112
connected to 192.168.0.112:5555
adb devices
List of devices attached
192.168.0.112:5555 device
但是当appium服务器运行时它无法检测到设备。
[ADB] Using adb from /home/sher/Android/Sdk/platform-tools/adb
[AndroidDriver] Retrieving device list
[debug] [ADB] Trying to find a connected android device
[debug] [ADB] Getting connected devices...
[debug] [ADB] 0 device(s) connected
[debug] [ADB] Could not find devices, restarting adb server...
[debug] [ADB] Restarting adb
[debug] [ADB] Killing adb server on port 5037
[debug] [ADB] Getting connected devices...
请人帮忙。我已经坚持了几天。我尝试了很多文章,但没有任何帮助。
【问题讨论】:
-
请停止发布相同的问题stackoverflow.com/q/51438617/1778421
-
没有人回答这个问题
-
@AlexP。 jsut删除了另一个问题
标签: android tcp adb appium appium-android