美文网首页
adb: fail to install xxxx

adb: fail to install xxxx

作者: ChaosHeart | 来源:发表于2021-08-11 08:05 被阅读0次

    1.问题

    截屏2021-07-30 上午8.28.56.png

    2解决:

    (1)先检查你的adb

    adb devices
    

    (2)安装Homebrew(有就跳过此步)

    /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
    

    (3)安装adb

    brew install android-platform-tools
    

    (4)检查当前连接的设备

    adb devices
    

    (5)生效指令

    source ~/.zshrc
    

    (6)重启终端和AndroidStudio

    截屏2021-07-30 上午8.32.53.png
    截屏2021-07-30 上午8.33.03.png
    截屏2021-07-30 上午8.39.11.png

    相关文章

      网友评论

          本文标题:adb: fail to install xxxx

          本文链接:https://www.haomeiwen.com/subject/hqyqvltx.html