ubuntu plugin android device/adb shell/error: insufficient permissions for device

Posted Android高级知识分享官

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu plugin android device/adb shell/error: insufficient permissions for device相关的知识,希望对你有一定的参考价值。

在Ubuntu上面进行adb shell时报如下错误:
error: insufficient permissions for device
这个人家也给了一个google网站给我解决
http://developer.android.com/tools/device.html
这里我们记录一下怎么解决,方便后期又要百度:
1、

cd /etc/udev/rules.d/

2、

 sudo vim 51-android.rules

3、加入如下,然后wq保存既可以

SUBSYSTEM=="usb", ENVDEVTYPE=="usb_device", MODE="0666"

4、插拔一下手机,再adb shell既可以正常

以上是关于ubuntu plugin android device/adb shell/error: insufficient permissions for device的主要内容,如果未能解决你的问题,请参考以下文章

ubuntu plugin android device/adb shell/error: insufficient permissions for device

ubuntu 16.04 android 6.0 编译依赖

ubuntu16下编译android源码需要的依赖库

ubuntu android源码下载

ubuntu android源码下载

Ubuntu16.04编译Android6.0/cm13.0教程及相关错误解决办法