openatx / adbutils

pure python adb library for google adb service.
MIT License
736 stars 173 forks source link

指定 ADB 可执行文件路径的方法? #54

Closed the-eric-kwok closed 2 years ago

the-eric-kwok commented 2 years ago

使用 PyInstaller 打包时未能将 binaries 文件夹内容打包到产物里,导致运行时出现 No adb exe could be found 错误。 不知道是否能提供一个初始化参数来指定一个自定义的 adb 可执行文件路径呢?