pure-python-adb icon indicating copy to clipboard operation
pure-python-adb copied to clipboard

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

Open roj4s opened this issue 4 years ago • 0 comments

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??

roj4s avatar Feb 23 '21 19:02 roj4s