adb kill-server not responding?

前端 未结 9 2167
醉酒成梦
醉酒成梦 2020-12-10 15:21

in adb I am facing new error only my adb version is printing

padmakumar@padmakumar-desktop:~$ adb version
Android Debug Bridge version 1.0.29
9条回答
  •  無奈伤痛
    2020-12-10 15:52

    adb kill-server did not work on my Linux computer

    First, I used ps -ef | grep adb and killed all adb deamonswhich did not solve the problem. Then I usedps -ef | grep javaand saw a process that was blocking theadb`.

    Upon killing that process, adb worked perfectly. Maybe this process can be helpful for someone.

提交回复
热议问题