I’m trying to connect my device to Android studio over the network using adb connect IP address
command but it’s not working I get this error message :
C:UsersPC>adb connect 192.168.1.31
cannot connect to 192.168.1.31: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)
My laptop works fine, the issue is only related to my desktop PC
Any solution for this issue? Thank you.