My web application runs in localhost server. In my emulator the URL is http://localhost:8080/myaction
Is it possible to retrieve the informaion from the server?
|
My web application runs in localhost server. In my emulator the URL is http://localhost:8080/myaction Is it possible to retrieve the informaion from the server? |
|||||
|
|
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. |
|||||
|