williamfzc / pyminitouch

python wrapper of minitouch, for better experience
https://pyminitouch.readthedocs.io
MIT License
127 stars 25 forks source link

`minitouch did not work` #11

Open williamfzc opened 5 years ago

williamfzc commented 5 years ago

Caused by:

At the most of time, this issue can be solved by restarting adb server:

adb kill-server
adb start-server
chenzhiron commented 11 months ago

可以打开任务管理器,查看是否有 adb 进程,手动关闭该进程,再次重试即可解决 可能出现的问题是在调试阶段,代码出错时的中断退出,导致adb没有被自动关闭