Android Studio - ADB start server fails, adbkey check fails

前端 未结 5 1906
既然无缘
既然无缘 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:26

    I had the same issue after updating to API 27. I also have a Pixel, which was plugged in at the time. Unplugging the device and starting the adb server manually with adb start-server worked for me.

提交回复
热议问题