2 years ago

#67641

test-img

Programer

Android debug bridge does not return anything in commands with python

I'm doing some tests with android debug bridge in python(adb) and at the moment as a test I'm using Bluestacks 5 version 5.4.50.1009, I've been trying the code below and I just get nothing


from ppadb.client import Client as AdbClient

client = AdbClient(host="127.0.0.1", port=5605); print(client.version())

and the code doesn't work for me

adb

0 Answers

Your Answer

Accepted video resources