当前位置:网站首页>adb shell 报错error: device unauthorized
adb shell 报错error: device unauthorized
2022-07-31 16:15:00 【学狙人。】
2022/7/29 oppo-r11s 安卓8-亲测成功
windows电脑在链接安卓设备后,想要进行终端命令行进入到该设备,出现报错
报错内容
C:\Users> adb shell
error: device unauthorized.
This adb server's $ADB_VENDOR_KEYS is not set
Try 'adb kill-server' if that seems wrong.
Otherwise check for a confirmation dialog on your device.
检查项:
1.数据线是否插稳
2.开发者选项是否打开
3.USB调试选项是否打开
若以上检查均出于正常状态的话,可以采用一下方法即可解决问题:
命令行输入adb kill-server 关闭adb服务然后再adb devices他会自动启动服务,查询到设备后,再一次输入adb shell亲测成功。
如果你不幸失败了,可以输入adb start-server将刚刚关闭的服务,重亲启动。
adb kill-server
边栏推荐
- Implementing click on the 3D model in RenderTexture in Unity
- 牛客网刷题(三)
- The new BMW 3 Series is on the market, with safety and comfort
- Applicable scenario of multi-master replication (2) - client and collaborative editing that require offline operation
- 软件实现AT命令操作过程
- 百度网盘网页版加速播放(有可用的网站吗)
- 【Meetup预告】OpenMLDB+OneFlow:链接特征工程到模型训练,加速机器学习模型开发
- Insert into data table to insert data
- js的toString方法
- Kubernetes常用命令
猜你喜欢
.NET 20th Anniversary Interview - Zhang Shanyou: How .NET technology empowers and changes the world
The use of border controls
mysql black window ~ build database and build table
i.MX6ULL driver development | 33 - NXP original network device driver reading (LAN8720 PHY)
第05章 存储引擎【1.MySQL架构篇】【MySQL高级】
T - sne + data visualization parts of the network parameters
2022年整理LeetCode最新刷题攻略分享(附中文详细题解)
Unity 之 图集属性详解和代码示例 -- 拓展一键自动打包图集工具
【Meetup预告】OpenMLDB+OneFlow:链接特征工程到模型训练,加速机器学习模型开发
复杂高维医学数据挖掘与疾病风险分类研究
随机推荐
牛客 HJ20 密码验证合格程序
动态规划之线性dp(上)
go图书管理系统
6-22 Vulnerability exploit - postgresql database password cracking
使用 Postman 工具高效管理和测试 SAP ABAP OData 服务的试读版
Premiere Pro 2022 for (pr 2022)v22.5.0
字符指针赋值[通俗易懂]
Tencent Cloud Deployment----DevOps
动态规划之线性dp(下)
Qt practical cases (54) - using transparency QPixmap design pictures
Implement anti-shake and throttling functions
Bilateral filtering acceleration "recommended collection"
Dialogue with Zhuang Biaowei: The first lesson of open source
T - sne + data visualization parts of the network parameters
[Meetup Preview] OpenMLDB+OneFlow: Link feature engineering to model training to accelerate machine learning model development
Vb how to connect mysql_vb how to connect to the database collection "advice"
Oracle dynamically registers non-1521 ports
基于ABP实现DDD
Qt实战案例(54)——利用QPixmap设计图片透明度
【C语言】LeetCode27.移除元素