Swind / pure-python-adb

This is pure-python implementation of the ADB client.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error:device.forward("tcp:10808", "tcp:10808")

ztoiax opened this issue · comments

output:
AttributeError: 'NoneType' object has no attribute 'forward'

commented

Hi @ztoiax
Could you provide more detail code about the device ?
device is None means that the device cannot be found on adb server.

Hi @ztoiax
Could you provide more detail code about the device ?
device is None means that the device cannot be found on adb server.

Thank you. I have solved it.