当前位置:网站首页>使用Adb连接设备时提示设备无权限
使用Adb连接设备时提示设备无权限
2022-06-24 19:24:00 【有三i】
xxxxxxxxx no permissions (user in plugdev group; are your udev rules wrong?)
示例命令:
adb devices输出信息:
List of devices attached SKDYJJ7DR47DS879 no permissions (user in plugdev group; are your udev rules wrong?); see [http://developer.android.com/tools/device.html]
解决方法:
在
/etc/udev/rules.d目录下创建以.rules结尾的规则文件sudo touch /etc/udev/rules.d/android-devices.rules在上一步中创建的规则文件中写入以下内容
SUBSYSTEM=="usb", MODE="0660", GROUP="plugdev", SYMLINK+="android%n"
断开数据线重新连接即可
一步到位:
复制以下命令执行,断开数据线重新连接即可
sudo echo 'SUBSYSTEM=="usb", MODE="0660", GROUP="plugdev", SYMLINK+="android%n"' | sudo tee /etc/udev/rules.d/android-devices.rules边栏推荐
- Debugging Analysis of Kernel panics and Kernel oopses using System Map
- [product design and R & D collaboration tool] Shanghai daoning provides you with blue lake introduction, download, trial and tutorial
- Intelligent fish tank control system based on STM32 under Internet of things
- Static routing job supplement
- Dynamic routing protocol rip, OSPF
- OSI notes sorting
- TDengine可通过数据同步工具 DataX读写
- Appium introduction and environment installation
- 66 pitfalls in go programming language: pitfalls and common errors of golang developers
- Minimum cost and maximum flow (template question)
猜你喜欢

Analyse complète Memcached – 2. Comprendre le stockage de mémoire pour Memcached

EditText controls the soft keyboard to search

Appium introduction and environment installation

升哲科技 AI 智能防溺水服务上线

B站带货当学新东方

Summary of message protocol problems

The first day of handwritten RPC -- review of some basic knowledge

Basic database syntax learning

去掉录屏提醒(七牛云demo)

关于Unity中的transform.InverseTransformPoint, transform.InverseTransofrmDirection
随机推荐
Blender's simple skills - array, rotation, array and curve
Station B takes goods to learn from New Oriental
Volcano成Spark默认batch调度器
Golang daily question
Three more days
When to send the update windows message
[cloud native learning notes] kubernetes Foundation
Unity about conversion between local and world coordinates
Debugging Analysis of Kernel panics and Kernel oopses using System Map
Graduation summary of phase 6 of the construction practice camp
GDB debugging
Failed to open after installing Charles without any prompt
Multi view function in blender
Mysql优化查询速度
The first day of handwritten RPC -- review of some basic knowledge
大厂出海,败于“姿态”
Auto. JS to realize automatic unlocking screen
Realization of truth table assignment by discrete mathematical programming
[cloud native learning notes] deploy applications through yaml files
PHP script calls command to get real-time output