I am developing for android on a linux machine and I have already created a udev
rule for android and it works. After a while if I unplug the device and plug it back in again, adb
doesn't recognize the device if I run lusb
or dmesg
to get information about the device. I tried reload the udev
rules and it does not work, I even tried to kill the adb
process but it still does not work.
Can someone help? Anyway, thank you.