Swind / pure-python-adb

This is pure-python implementation of the ADB client.
MIT License
553 stars 104 forks source link

It is possible to set specific adb.exe file to be used in AdbClient? #74

Open roj4s opened 3 years ago

roj4s commented 3 years ago

Hi: I have a python program that interacts with android devices, the thing is that my python program is integrated with a C# program that uses specific adb.exe file, so I want to use ppadb in my python, but the thing is that i need to use the same adb.exe from the C# program, in order to not having abd conflicts. The question here is, there is any way to configure ppadb to use specific adb.exe file??