Android Studio - ADB start server fails, adbkey check fails

前端 未结 5 1910
既然无缘
既然无缘 2020-12-02 21:43

Problem: adb start-server fails.

--- adb starting (pid 1414) ---
adb I 12-05 17:28:30  1414 48453 main.cpp:57] Android Debug Bridge version          


        
5条回答
  •  醉话见心
    2020-12-02 22:23

    To add to the answer, here are some commands to quickly rollback on Macs. This was borrowed and tweaked from a helpful post in the bug tracker

    cd $ANDROID_HOME && rm -rf platform-tools/ && curl https://dl.google.com/android/repository/platform-tools_r26.0.2-darwin.zip -o platform-tools_r26.0.2-darwin.zip && unzip platform-tools_r26.0.2-darwin.zip
    

提交回复
热议问题