antdking/PyAdb

Adb Core not work python 3

Closed this issue · 1 comments

i convert to 3 but not work
Traceback (most recent call last):
File "C:\Users\done\Desktop\xm_adb-master\adb_core.py", line 83, in
adb = AdbCore()
File "C:\Users\done\Desktop\xm_adb-master\adb_core.py", line 10, in init
self.connect()
File "C:\Users\done\Desktop\xm_adb-master\adb_core.py", line 22, in connect
self.write(command)
File "C:\Users\done\Desktop\xm_adb-master\adb_core.py", line 43, in write
self.connection.send(command)
TypeError: a bytes-like object is required, not 'str'

not supported, sorry!