I have a quiet web service located on a local tomcat instance.
I am trying to access the URL via get in my application, but I get the error message: host unresolved
I am trying to access this url from my Android emulator browser to confirm the connection there, and I cannot get them to them. A warning appears on the screen saying: "SD card is required to download 125562.bin"
I am not using localhost in my url, but something similar:
http://192.168.1.2:8080/service/0/12345
It returns direct json
Does anyone know why I cannot access this in an Android emulator? I can successfully use the same address from my browser as well as the iPhone, and it returns json.
Does the Android port support other ports differently than the standard port 80? The problem is that this URL has no extension?
source
share