adb kill-server not responding?

前端 未结 9 2168
醉酒成梦
醉酒成梦 2020-12-10 15:21

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
9条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-10 15:55

    install following packages

    sudo apt-get install lib32z1 lib32z1-dev lib32stdc++6
    

    if you are using Genymotion then set path of Android SDK in its settings.

    ref :http://www.intellicode.in/adb-not-responding-wait-more-or-kill-adb-or-restart/

提交回复
热议问题