美文网首页
解决 Adb debug error

解决 Adb debug error

作者: Android出海 | 来源:发表于2022-06-10 14:17 被阅读0次
Warning: debug info can be unavailable.Please close other application using ADB: Monitor, DDMS, Eclipse
error.png

如提示所言,可能在你打开 DDMS 等其他操作之后,再想使用 adb debugger 一些代码,就阻塞在这儿了。

哪怕你手动关闭这些可能占用 adb 连接的程序,也还是解决不了问题。

解决方案

adb usb restart adb server listening on USB

相关文章

网友评论

      本文标题:解决 Adb debug error

      本文链接:https://www.haomeiwen.com/subject/iahbmrtx.html