Debugging android apk via WIFI

Hello,
Can I debug my android apk using WIFI from Visual Studio ?
I want to use adb with tcpip configuration and ADB wireless , can I do it ?
Should I set something in VS ?
Best regards
Mateusz

Sure. You will need to do:

  1. Root your android device
  2. Install a wireless debug app like adbWireless on your device
  3. Open the app
  4. On the window command line, input adb connect :
  5. If sucess, it will show the device name. And the crossbox in VS will find the device, because it reads the device info from ADB

The command should be adb connect IP address of your android device:port number, I am not sure why <> is not shown correctly on the BBS

Is it faster than using USB ??
Thank you for your help !
I will try it :slight_smile:

I can not feel the speed difference. But using wifi debug is cool