dai wrote:
> hi, I'm running into "UnknownHostException" on my android app with
> beta 0.9 release. (yes, the host is avaiable)
> To reach the host, I'm using apache common httpclient (included the
> android sdk)
> 
> On RC5 platform, I can reach the host I set without exception like
> this...using the apache common httpclient..
> 
> Does anyone know what has been changed about http client..?

Well, it's a new version, but that may or may not be the problem.

Can you access the Web site via the built-in browser activity? If not, 
it's probably not an HttpClient thing, but something else, as I doubt 
the WebKit browser is running through HttpClient for its HTTP access. 
There's probably something more fundamental preventing your emulator 
from accessing that server.

If the site *does* come up in the browser activity, is there anything 
else unusual about the HttpClient request you're making (HTTPS, not port 
80, using a proxy, etc.)?

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com
Warescription: All titles, revisions, & ebook formats, just $35/year

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new Android 0.9 SDK beta!
http://android-developers.blogspot.com/2008/08/announcing-beta-release-of-android-sdk.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to