Android 解决手机unauthorized错误
Posted 再出发
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Android 解决手机unauthorized错误相关的知识,希望对你有一定的参考价值。
转自:http://blog.csdn.net/quicksand201/article/details/19190821
手机开发者选项中USB调试已经打开,在电脑命令行下输入adb devices,显示手机未认证
D:\\develop\\androidroot\\adt-bundle-windows-x86-20131030\\sdk\\platform-tools>adb devices
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
List of devices attached
42f7f2230e4cafe7 unauthorized
网上搜了一圈,几经折腾,什么adb kill-server/start-server、重新开关USB调试、撤回USB除错授权,甚至坑爹的重刷手机系统都试过,也没有搞定。
没办法,折腾adb源代码去,看这里
https://android.googlesource.com/platform/system/core/+/d5fcafaf41f8ec90986c813f75ec78402096af2d
源码没看到,先看到一大段英文,英文水平一般,直接搬原文:
在电脑的win7系统上查看ANDROID_SDK_HOME,命令行 echo %ANDRIOD_SDK_HOME%
天啊,指向一个不存在的目录,哪个流氓软件干的
将电脑环境变量中的ANDRIOD_SDK_HOME删除,重新运行adb devices,手机上出现授权提示,问题解决。
D:\\develop\\androidroot\\adt-bundle-windows-x86-20131030\\sdk\\platform-tools>adb devices
List of devices attached
42f7f2230e4cafe7 device
以上是关于Android 解决手机unauthorized错误的主要内容,如果未能解决你的问题,请参考以下文章
解决git clone时报错:The requested URL returned error: 401 Unauthorized while accessing
错误记录Android Studio 配置 GitHub 报错 ( Can‘t login using given credentials: Request response: 401 Una )(代
错误记录Android Studio 配置 GitHub 报错 ( Can‘t login using given credentials: Request response: 401 Una )(代