I have developed Client Server App. My Server is a jetty based webserver that I can query from my PC's browser after redirecting a port to emulator(if my server is on emulator & I'm testing it on emulator) or to device(If my server is on my android device I'm testing it on device). My client is a simple app that does HTTP request.
Do I need to forward any port from Android device server so that my Android device client can access that server and query it?
Thanks.