adb devices

C:\Users\Administrator>adb devices
List of devices attached
* daemon not running; starting now at tcp:5037
* daemon started successfully

Optional: Check connection status

C:\Users\Administrator>adb devices -l
List of devices attached

Can You Use ADB (Android Debug Bridge)?

ADB works only if the device runs Android (or a compatible system) with the following in place:

  • Android OS (or equivalent) installed on the device.
  • ADB daemon (adbd) running on the device.
  • USB gadget mode set up (e.g., g_android, g_ether) to expose the ADB interface over USB.

logs

may not be able to connect to the following devices.

ref