当前位置:网站首页>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
边栏推荐
- Premiere Pro 2022 for (pr 2022)v22.5.0
- Qt practical cases (54) - using transparency QPixmap design pictures
- Dialogue with Zhuang Biaowei: The first lesson of open source
- [MySQL] Mysql paradigm and the role of foreign keys
- Premiere Pro 2022 for (pr 2022)v22.5.0
- What is the difference between BI software in the domestic market?
- Foreign media right, apple on May be true in inventory
- Implementing distributed locks based on Redis (SETNX), case: Solving oversold orders under high concurrency
- The new BMW 3 Series is on the market, with safety and comfort
- The principle of hough transform detection of straight lines (opencv hough straight line detection)
猜你喜欢
随机推荐
How C programs run 01 - the composition of ordinary executable files
Replication Latency Case (3) - Monotonic Read
Internet banking stolen?This article tells you how to use online banking safely
Handling write conflicts under multi-master replication (4) - multi-master replication topology
Foreign media right, apple on May be true in inventory
LeetCode_733_Image rendering
11 pinia use
入职一个月反思
动态规划(一)
Doing things software development - the importance of law and understanding of reasonable conclusions
软件实现AT命令操作过程
How Redis handles concurrent access
LeetCode_733_图像渲染
Graham‘s Scan法求解凸包问题
牛客 HJ17 坐标移动
TypeError: unhashable type: ‘list‘
Emmet syntax
Implementing click on the 3D model in RenderTexture in Unity
tooltips使用教程(鼠标悬停时显示提示)
JVM parameter analysis Xmx, Xms, Xmn, NewRatio, SurvivorRatio, PermSize, PrintGC "recommended collection"



![[MySQL] Mysql paradigm and the role of foreign keys](/img/9d/a4295de26683d7bca2b8e9d14f754b.png)





