无法使用 adb 连接到 Android 手机(adb 设备未授权)

无法使用 adb 连接到 Android 手机(adb 设备未授权)

我无法使用 adb 将我的 nexus 5 连接到笔记本电脑(Windows 10 B:10586)

已经工作了 10 多个小时了。

测试了许多谷歌 adb 驱动程序,甚至 adb-setup-1.4.3(xda 的 adb 自动设置)

撤销 usd debugginh。也不起作用。

adb devices
List of devices attached
0625a5ba003b7114        unauthorized

adb usb
error: device unauthorized. Please check the confirmation dialog on your device.

adb kill-server
adb usb
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
error: device unauthorized.
This adbd's $ADB_VENDOR_KEYS is not set; try 'adb kill-server' if that seems wrong.
Otherwise check for a confirmation dialog on your device.

甚至从 %userprofile% 中删除了 .android

它正在使用自动 adb 设置在其他笔记本电脑上运行。

/data/adb 是空的。

不会出现确认对话框。

使用不同的 USB 连接方法(充电、mtp、ptp、midi)进行测试

Nexus 5 Android:6.0.1,已 Rooted,解锁引导加载程序,版本号:MMB29v,基带版本 M8974A-2.0.50.2.28

已经测试过:

http://stackoverflow.com/questions/23081263/adb-android-device-unauthorized
http://stackoverflow.com/questions/26213954/how-to-solve-adb-device-unauthorized-in-android-adb-host-device
http://android.stackexchange.com/questions/77542/adb-devices-shows-device-as-unauthorized-how-can-i-fix-this
http://forum.xda-developers.com/nexus-4/help/adb-error-device-unauthorized-device-t2401452
https://teamtreehouse.com/community/device-unauthorized
https://labs.mwrinfosecurity.com/advisories/android-4-4-2-secure-usb-debugging-bypass/
and more :(

添加猜测

我猜测 adb rsa 密钥签名没有清理好(从手机或 Windows),否则手机 rsa 确认请求可以使用不同的笔记本电脑进行工作。

答案1

由于删除了旧的 Android Studio,我ANDROID_SDK_HOME指向了错误的地址。

User variables set (name:ANDROID_SDK_HOME , value:mySdk)

你还应该重新启动计算机

相关内容