

If you’re in the adb.exe directory, other adb commands include:ġ) adb devices= Finds all devices currently connected to your computer.Ģ) adb kill-server= Disconnects the devicesġ) Open a command prompt and navigate to the directory where your copy of ADB.exe lives.Ģ) Type "adb tcpip 5555" and press Enter.ģ) Type "adb connect 1.1.1.1:5555", replacing the 1.1.1.1 with your phone or tablet's IP address. The IP address of the Android device can be found in Settings icon-> About tablet -> Status ->IP Address Many users, when issuing an ADB command e.g. These are instructions for getting my Windows 7 PC to connect with Android OS in order to see Debug Output on Android Studio.Ģ) Go to wherever you stored adb.exe fileģ) Type in “adb connect (Your Gateway’s IP Address)”. Android Studio’s ADB (Android Debug Bridge) is a command-line tool to communicate with an Android device (either through a USB or by using TCP protocol). I was given an Gigabyte Box with Android OS on it.
