admin管理员组文章数量:1026989
How does my Android adb never not work ie. not show/detect devices attached by USB data cable, on Windows nor Linux, while developer option and USB debugging being on, except freaking rarely (~ 1 out of 17-20 sessions):
$ ./adb kill-server && ./adb start-server && ./adb devices
* daemon not running; starting now at tcp:5037
* daemon started successfully
List of devices attached
What actually is occurring under hood
After long, unimaginable painful efforts, research, my personal hunch is:
it's (most) update bug so the SDK 33 or older only would still work
like eg.: adb cannot connect to daemon at tcp:5037
So really please help what actually is the truth in its working mechanism so to solve me out
How does my Android adb never not work ie. not show/detect devices attached by USB data cable, on Windows nor Linux, while developer option and USB debugging being on, except freaking rarely (~ 1 out of 17-20 sessions):
$ ./adb kill-server && ./adb start-server && ./adb devices
* daemon not running; starting now at tcp:5037
* daemon started successfully
List of devices attached
What actually is occurring under hood
After long, unimaginable painful efforts, research, my personal hunch is:
it's (most) update bug so the SDK 33 or older only would still work
like eg.: adb cannot connect to daemon at tcp:5037
So really please help what actually is the truth in its working mechanism so to solve me out
本文标签:
版权声明:本文标题:How,on Windows or Linux, Android adb almost never work, detectedconnected - Stack Overflow 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://it.en369.cn/questions/1740893602a1792570.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论