ADB is not starting (no error message)

后端 未结 11 1621
眼角桃花
眼角桃花 2021-01-04 11:32

I am trying to run adb. When I run : \"adb start-server\" it hangs during a while, and then no message.

After that the command \"adb get-state\" receive the answer \

11条回答
  •  暖寄归人
    2021-01-04 12:03

    I think another process like java web server or java application like "traccar" running on your machine. It works for me after killing these process.

提交回复
热议问题