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
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 used
ps -ef | grep javaand saw a process that was blocking the
adb`.
Upon killing that process, adb
worked perfectly.
Maybe this process can be helpful for someone.