I understand I can access localhost from Windows Android Emulator via 10.0.2.2 :portnumber (I will need to access these Web API's service running on localhost from a Xamarin app I am developing in VS2015).
I can verify Web API's service is running OK via localhost but not from the Android emulator, this screenshot summarises the problem:
https://s23.postimg.org/calomedq3/localhost.jpg
According to my research, this should work. What am I missing? Many thanks.
adb shell ifconfigand check the subnet, in my case it is10.0.3.xxxnot 10.0.2.xxx - SushiHangover