Re: [android-developers] No route to host issue, but Browser application works fine

2010-01-06 Thread Wayne Wenthin
You are not alone. I have this every once in awhile, I know that they have already logged in due to where it generates the error. It's annoying to say the least. I'm now working on catching the exception and retrying since it is just trying to put a json object to my server On Wed, Jan 6, 2

[android-developers] No route to host issue, but Browser application works fine

2010-01-06 Thread Kenn Min Chong
Hey guys! So, this is very frustrating. I already have in my manifest, but when my application tries to make a webservice call (I'm using a HttpURLConnection object to do this via connect() method), I'm getting an exception of "No route to host". The built-in Browser application is able to