ADB is not starting (no error message)

后端 未结 11 1485
眼角桃花
眼角桃花 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:02

    Try setting the environment variable ADB_TRACE before starting the ADB server to see if it can provide any clues:

     C:\Android\android-sdk\platform-tools>set ADB_TRACE=1
     C:\Android\android-sdk\platform-tools>adb start-server
    

    Please include the output in your question.

提交回复
热议问题