當前位置:
首頁 > 最新 > adb devices命令 unauthorized解決方案

adb devices命令 unauthorized解決方案

當使用adb devices命令出現以下信息時:

使用以下步驟來解決:

1. Check if authorized:

2. Revoke USB Debugging on phone

If the device is shown asunauthorized, go to the developer options on the phone and click"Revoke USB debugging authorization"

3. Restart ADB Server:

Then restarted adb server

adb kill-server

adb start-server

4. Reconnect the device

The device will ask if you are agree to connect the computer id. You need to confirm it.

5. Now Check the device

It is now authorized!

濃縮就是精華:

1. 斷開手機與電腦的USB連接

2. 禁用手機開發者模式,啟用開發者模式

3. 重啟手機

4. 連接手機與電腦


喜歡這篇文章嗎?立刻分享出去讓更多人知道吧!

本站內容充實豐富,博大精深,小編精選每日熱門資訊,隨時更新,點擊「搶先收到最新資訊」瀏覽吧!


請您繼續閱讀更多來自 開源優測 的精彩文章:

TAG:開源優測 |