I'm developing a Xamarin.Forms 4 application with Visual Studio 2015 update 3 on Windows 10. Now I've setup an ASP.net web API and I'm trying to connect to it when it's been run on localhost with VS Andorid emulator 1.1 for Kitkat 4.4 (Andorid 4.4 API 19). Although my app works with the Windows Phone emulator, it doesn't with the Android emulator.
I've tried to connect to the 10.0.2.2 or 169.254.80.80 like it was suggested here but it doesn't work neither from the emulator nor the device itself. I've also enabled IIS express to accept request from external devices with the second solution provided here so I'm out of ideas.
Please elaborate on your answers as it seems that a lot of people are running into the same issue.
Thanks a lot in advance!