Problems with ADB via WIFI

If you develop Android apps, you might get into problems when trying to debug through WIFI and get that dreadful message. unable to connect to 192.168.1.xxx:5555: cannot connect to 192.168.1.xxx: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) Network stuff is tricky because it’s difficult to debug and once you’ve resolved the problem thanks to any web post, you forget again until the next time. That’s why, I’m going to list here common causes and possible solutions. You will have found some of them in other sites because they are… Read More

Continue Reading