Running App Over Wifi (without usb) in Android Studio


  1. Install ADB Wifi
  2. Goto cmd paste your adb installation path
  3. run command adb devices
  4. You need to connect your device to your computer via USB cable.
  5. Run adb tcpip 5555
  6. Disconnect your device (remove the USB cable).
  7. Go to the Settings -> About phone -> Status to view the IP address of your phone.
  8. Run adb connect <IP address of your device>:5555

Comments