diff --git a/docs/html/guide/developing/device.jd b/docs/html/guide/developing/device.jd index 35c0a1ae0c522..c00f312fc0431 100644 --- a/docs/html/guide/developing/device.jd +++ b/docs/html/guide/developing/device.jd @@ -145,7 +145,7 @@ would on the emulator. There are just a few things to do before you can start.SUBSYSTEM=="usb_device", SYSFS{idVendor}=="0bb4", MODE="0666"

  • Now execute:
    - chmod a+rx /etc/udev/rules.d/50-android.rules + chmod a+r /etc/udev/rules.d/50-android.rules