Co-Authored By:
Steps to Revolutionize your Android Coding Experience
- You need to connect your device to your computer via USB cable.
- Run adb tcpip 5555.
- Disconnect your device (remove the USB cable).
- Go to the Settings -> About phone -> Status to view the IP address of your phone.
- Run adb connect <IP address of your device>:5555.
Moreover, how do I connect to ADB wireless?
Make sure your system and device is connected to same network.
- Open console cmd.exe.
- Type adb tcpip 5555.
- Go to System -> Development option -> USB debugging --> Uncheck it for TCPIP connection.
- Type adb connect 192.168.1.2 this is your device IP address.
- Connected to 192.168.1.2.
Also know, what is ADB WiFi?
Provides an action which allow you quickly connect your Android device over WiFi to install, run and debug your applications without a USB connected by pressing one button. Connect your device using a USB cable and press the Android WiFi ADB button.
Steps to Revolutionize your Android Coding Experience
- You need to connect your device to your computer via USB cable.
- Run adb tcpip 5555.
- Disconnect your device (remove the USB cable).
- Go to the Settings -> About phone -> Status to view the IP address of your phone.
- Run adb connect <IP address of your device>:5555.