-1

J have a issue with ADB. I execute a python script lasting about 10 hours, but often the script crashes with message "Is adb running on your computer?". To resolve this issue, I update adb with "adb devices" or "adb kill-server"+"adb start-server". Despite this, the script crashes. I try also to kill PID with "kill -9 PID_NUMBER", but the issue isn't solve.

1 Answers1

0

AndroidViewClient/culebra latest version already includes support for ADB Server version 0004027.

VALID_ADB_VERSIONS = ["00040027", "00040024", "00040023", "00040020", "0004001f"]

You are using an older version, please upgrade to the latest version 13.6.2:

Diego Torres Milano
  • 65,697
  • 9
  • 111
  • 134
  • I have always the same issue even with androidviewclient 13.6.2 + adb 1.0.39. After a few hours, devices disconnect to pc with "Is adb running on your computer ?" message on Pc. But when I tap "adb devices" the serial number of devices are connected but on devices screen pop up "allow access to device data" appears. – Search solution Jun 05 '18 at 14:15
  • Does it happen only with a specific device? In any case, it seems more like an adb or device than AVC issue. Try latest AVC (15.3.1) to see if the issue is still reproducible. – Diego Torres Milano Jun 05 '18 at 14:41