I have a webservice that was made in ASP.NET in VisualStudio 2013, I'm running it locally (localhost), and I'm not able to access it in the Android Studio Android emulator, nor on my physical device (USB debugging) .
I tried to use IP 10.0.2.2 for the standard Android Studio emulator, and 10.0.3.2 for the Genymotion emulator, however I get an exception from java.io.FileNotFoundException.
Can anyone help me with this question?