I want try my application on a chinese device with android.
I try to
lsusb shows :
Bus 001 Device 04: ID 18d1:0002 Google Inc.
In /etc/udev/rules.d/51-android.rules I put :
SUBSYSTEM=="usb", ATTRS{idVendor}=="18d1", MODE="0660"
But it doesn’t work.
I can’t see my device with adb devices
(usb debug is enabled)
I had this case one, try to change your 51-android.rules by :
and restart adb
edit : to restart adb
adb kill-serverthenadb devices