My requirement is I have an emulator listening on port 5001. How can I do a HTTP Post to this port from another instance of my emulator? What should be the URL? When I tried URL like, 10.0.2.15:5001, am getting exceptions(No response and target server failed to respond).
Also, even when I have the serversocket listening in a separate thread, am getting ANR exception. Please let me know if I have to do port re-direction or port forwarding.
Any example link/tutorial would be helpful(as I couldnt find one). Thanks in advance!