前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >adb devices命令 unauthorized解决方案

adb devices命令 unauthorized解决方案

作者头像
苦叶子
发布2018-07-25 16:18:50
2.2K0
发布2018-07-25 16:18:50
举报
文章被收录于专栏:开源优测
当使用adb devices命令出现以下信息时:

Java性能调优指南

使用以下步骤来解决:

1. Check if authorized:

2. Revoke USB Debugging on phone

If the device is shown as unauthorized, go to the developer options on the phone and click "Revoke USB debugging authorization"

3. Restart ADB Server:

Then restarted adb server

adb kill-server adb start-server

4. Reconnect the device

The device will ask if you are agree to connect the computer id. You need to confirm it.

5. Now Check the device

It is now authorized!

浓缩就是精华:

1. 断开手机与电脑的USB连接 2. 禁用手机开发者模式,启用开发者模式 3. 重启手机 4. 连接手机与电脑

本文参与 腾讯云自媒体同步曝光计划,分享自微信公众号。
原始发表:2018-06-30,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 开源优测 微信公众号,前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • Java性能调优指南
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档