adb server version doesn't match this client

后端 未结 30 2779
隐瞒了意图╮
隐瞒了意图╮ 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:14

    Got a quick way to do it First

    sudo rm /usr/bin/adb
    

    Then

    sudo ln -s /home/{{username}}/Android/Sdk/platform-tools/adb  /usr/bin/adb
    

    Fastest way to fix the issue

提交回复
热议问题