Swind / pure-python-adb

This is pure-python implementation of the ADB client.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

emulator issue

ferouzkassim opened this issue · comments

has any one realised that the documentation has no way of starting the server of 127.0.0.1 u have to either run adb.exe and then be able to start the server at127.0.0.1:5037 i opt to use subprocess.run("/adb.exe location","start-server") the daemon starts then i can start communicating with the device am i using it the wrong way or