This code doesn\'t work:
URL url = new URL( xmlPath ); InputSource input = new InputSource( url.openStream() );
all the time, res
In my case I was using host name based URL with HttpURLConnection. However, using an IP based url, resolved the issue. I also deleted/recreated the AVD but that didn't help.