Swind / pure-python-adb

This is pure-python implementation of the ADB client.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

roj4s opened this issue · 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??