1. Connect device to computer via USB. 2. Make sure device and computer are connected to the same Wi-Fi. 3. Run this command to restart adb and make it work over tcpip:
adb tcpip 5555
4. Disconnect device 5. Get IP address of your phone (“Settings” -> Wifi -> “Your connected network” -> Your IP address") 6. Run this command to connect adb to your device over Wi-Fi using IP address:
I get error when i follow above steps: unable to connect to 172.26.0.127:5555: cannot connect to 172.26.0.127:5555: No
connection could be made because the target machine actively refused it. (10061)
Any idea how can i solve this?
unable to connect to 192.168.5.95:5555: cannot connect to 192.168.5.95:5555: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. (10060).
Hi
I have tried to connect my android device over wifi
Able to connect using the adb commands but when i run the test script in eclipse the appium server automatically kills my adb server saying adb server out of date
After that the appium server is not able to detect my device.
Can any one help