[Tutorial] How to run tests on real Android device remotely through Wi-Fi

Still getting:

[ADB] 0 device(s) connected
[ADB] Could not find devices, restarting adb server…

I added - capabilities.setCapability(“suppressKillServer”, true);

Note: I am able to perform ADB commands thru CLI, it’s just that when I trigger my Appium Scripts, the device is not detectable.

Hi,

I’ve got an error when I tried to attempt to connect adb device via WIFI.

No connection could be made because the target machine actively refused it. (10061)

Do you know how to fix this one?

Hi!
managed to connect the appium with TCP?