adb server version doesn't match this client

后端 未结 30 2771
隐瞒了意图╮
隐瞒了意图╮ 2020-11-22 09:49

Whenever I try to run adb devices:

            $ adb devices
            * daemon not running. starting it now *
            * daemon started su         


        
30条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-22 10:18

    I find I occasionally need to explicitly kill and restart the server manually:

    adb kill-server
    adb start-server
    

    This shock is generally enough to get it back on its feet again, and prevents repeated adb server is out of date. killing... messages.

提交回复
热议问题