I'm working with a nodejs, mysql, Android stack.
I want to test my android app on real device and connected my laptop and mobile on same WIFI network and specified the IP address in URL as I'm using Volley library
url is: http://ipaddress:8080 8080 is nodejs server port
But when i run my android app it does not run on nodejs server.No request is processed on nodejs server though request is sent from android side
I have tried many links but none of them worked. Any help is appreciated