
Go to settings of your devices and find its IP addresses.Repeat step no.1 to step no.4 for multiple devices.Set the target device to listen for a TCP/IP connection on port 5555 for eg., “adb tcpip 5555”.To list the devices connected to PC “adb devices”.In case adb device doesn’t connect: use commands This time device will be listed by supplying command adb devices. Once again go to Device Manager->Find ADB Device interface->Update driver-> Select local drive option and select till usb_driver folder This time update ADB Device interface with downloaded file as followed in above screenshot. If Update Driver doesn’t automatically update from internet, open Android studio and select “Google USB Driver” and installĪfter installation, the driver get installed under %ANDROID-HOME%\extras/google/usb_driver Go to Device Manager->Find ADB Device interface->Update driver In case device is not listed, the ADB Device interface needs to be updated. => adb devices (Will display list of devices connected to system) The server runs as a background process on your development machine. A server, which manages communication between the client and the daemon.

The daemon runs as a background process on each device.

A daemon (adbd), which runs commands on a device.You can invoke a client from a command-line terminal by issuing an adb command. The client runs on your development machine. It is a client-server program that includes three components: The adb command facilitates a variety of device actions, such as installing and debugging apps, and it provides access to a Unix shell that you can use to run a variety of commands on a device. Android Debug Bridge (adb) is a versatile command-line tool that lets you communicate with a device.
