Android routes things a little differently. But you should take note of whether you are running IIS Express or not.
The problem is that the Android emulator maps 10.0.2.2 to 127.0.0.1, not to local… (View Post)
I have read that you can access your host machine via 10.0.2.2
So your Web Server can be running on local host and you can access your web service via http://10.0.2.2:/api/get
if you are using I… (View Post)