CD to sdk platform-tools folder
Check if adb sees your device
./adb
If it displays "List of connected devices" and an empty line below, restart adb as follows:
./adb kill-server./adb start-server
then restart the devices. / adb and see if the device picks up, for example, as follows:
List of connected devices xxxxxxxxxxx
Akshay shinde
source share