问题
My web application runs in localhost server. In my emulator the URL is http://localhost:8080/myaction
Is it possible to retrieve the information from the server?
回答1:
Localhost is device's own loopback interface, if you're trying to access your development machine use 10.0.2.2.
More about it here.
来源:https://stackoverflow.com/questions/2234742/test-the-localhost-in-android-emulator