Running App Over Wifi (without usb) in Android Studio
- Install ADB Wifi
- Goto cmd paste your adb installation path
- run command adb devices
- 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
Comments
Post a Comment