当前位置:网站首页>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
边栏推荐
- 牛客网刷题(三)
- Why is the field of hacking almost filled with boys?
- i.MX6ULL驱动开发 | 33 - NXP原厂网络设备驱动浅读(LAN8720 PHY)
- Tencent Cloud Deployment----DevOps
- mysql black window ~ build database and build table
- 第05章 存储引擎【1.MySQL架构篇】【MySQL高级】
- 入职一个月反思
- 2022年整理LeetCode最新刷题攻略分享(附中文详细题解)
- The use of button controls
- tensorflow2.0 cnn(layerwise)
猜你喜欢

【TypeScript】深入学习TypeScript类型操作

Browser's built-in color picker

苹果官网样式调整 结账时产品图片“巨大化”

动态规划之线性dp(上)

2022年整理LeetCode最新刷题攻略分享(附中文详细题解)

第二届中国PWA开发者日

【7.29】Code Source - 【Arrangement】【Stone Game II】【Cow and Snacks】【Minimum Number of Spawns】【Sequence】

Kubernetes principle analysis and practical application manual, too complete

i.MX6ULL driver development | 33 - NXP original network device driver reading (LAN8720 PHY)
![[Meetup Preview] OpenMLDB+OneFlow: Link feature engineering to model training to accelerate machine learning model development](/img/f6/311d5a4c70993df6291250d2025d3f.jpg)
[Meetup Preview] OpenMLDB+OneFlow: Link feature engineering to model training to accelerate machine learning model development
随机推荐
The arm button controls the flashing of the led light (embedded button experiment report)
MySQL常用语句整理
Character pointer assignment [easy to understand]
Implementing distributed locks based on Redis (SETNX), case: Solving oversold orders under high concurrency
SHELL内外置命令
Grafana安装后web打开报错
牛客 HJ17 坐标移动
Replication Latency Case (1) - Eventual Consistency
tensorflow2.0 cnn(layerwise)
二分查找的细节坑
what exactly is json (c# json)
Linux check redis version (check mongodb version)
ML.NET related resources
.NET 20周年专访 - 张善友:.NET 技术是如何赋能并改变世界的
Oracle动态注册非1521端口
数据表插入数据insert into
Delete table data or clear table
MySQL基础篇【单行函数】
入职一个月反思
2020微信小程序反编译教程(小程序反编译源码能用吗)