Is your feature request related to a problem? Please describe. / 该功能请求能解决你认为的何种困难?
[ Ex. I'm always frustrated when ... ]
可以直接使用,不需要进行adb的环境配置
Describe the solution you'd like / 你对于实现该功能有何种建议
[ A clear and concise description of what you think about the solution. ]
将封装后的adb路径附加到adb命令前方,参考:C:\Users\Einzieg\PycharmProjects\AutoNovaGui\static/platform-tools\adb.exe -s 127.0.0.1:16416 connect 127.0.0.1:16416
路径获取方式可参考https://github.com/Einzieg/AutoNovaGui/blob/master/AdbClient.py
Additional context / 补充信息
[ Add any other context or screenshots about the feature request here. ]
Is your feature request related to a problem? Please describe. / 该功能请求能解决你认为的何种困难? [ Ex. I'm always frustrated when ... ] 可以直接使用,不需要进行adb的环境配置
Describe the solution you'd like / 你对于实现该功能有何种建议 [ A clear and concise description of what you think about the solution. ] 将封装后的adb路径附加到adb命令前方,参考:C:\Users\Einzieg\PycharmProjects\AutoNovaGui\static/platform-tools\adb.exe -s 127.0.0.1:16416 connect 127.0.0.1:16416 路径获取方式可参考https://github.com/Einzieg/AutoNovaGui/blob/master/AdbClient.py Additional context / 补充信息 [ Add any other context or screenshots about the feature request here. ]