Accessing localhost:port from Android emulator

I’m running a web service on my local machine that runs at localhost:54722.

I want to call the service from an app running in the Android emulator.

I read that using 10.0.2.2 in the app would access localhost, but it doesn’t seem to work with the port number as well. It says HttpResponseException: Bad Request.

25 Answers
25

Leave a Comment