When I plug my HTC Desire S phone into the PC (Win7) via USB, Device Manager shows a network adapter called \"HTC Remote NDIS based Device\".
Attempting a port mapp
First check if the device is connected; type the following command:
C:\Program Files\HTC\HTC Sync 3.0\adb devices
If the device gets listed, then perform your task; otherwise, there is a problem with the connection.
try installing your correct driver,I got mine on https://motorola-global-portal.custhelp.com/app/answers/detail/a_id/88481
Try to connect you device in Media Device (MTP) mode.
I have the same problem and after switching to MTP mode adb
was found my device.
Tried to reboot your phone ? That worked for me once
enable USB Tethering. The device would be listed via adb devices
(workes for my LG G2/Lollipop)
First check whether the device is attached or not with "adb devices" command (it is inside the platform-tools directory).
Just for information, to start with Android application development with a real device, you have to change some settings: