[android-beginners] Re: "unknown socket error " Is anyone know this error??

2009-10-22 Thread Sean Hodges
On Thu, Oct 22, 2009 at 7:50 AM, GreenRiver wrote: > > Althougt i have added " android:name="android.permission.INTERNET" /> " in AndroidManifest.xml > file but still appears error. I got output in textview "Error: Host is > unresolve: www.helloandroid.com:80" > > Is any ideas? In addition to wh

[android-beginners] Re: "unknown socket error " Is anyone know this error??

2009-10-22 Thread Chaiyasit T
Hi, I think the problem was about the url convention, Here is my example: * private static final String URL = " http://www.codemobiles.com/nusoap/samples/authen_ws.php";; you see full source code of my example from Exam: Web Service Client for Android SDK Ver-1.1,1.5,1.6<%20%20private%20static

[android-beginners] Re: "unknown socket error " Is anyone know this error??

2009-10-22 Thread GreenRiver
what does it means? On Oct 22, 2:37 pm, Samuh wrote: > you get that error if you are sitting behind a proxy... > > On Oct 22, 11:50 am, GreenRiver wrote: > > > > > Althougt i have added " > android:name="android.permission.INTERNET" /> " in AndroidManifest.xml > > file but still appears error.

[android-beginners] Re: "unknown socket error " Is anyone know this error??

2009-10-22 Thread Samuh
you get that error if you are sitting behind a proxy... On Oct 22, 11:50 am, GreenRiver wrote: > Althougt i have added " android:name="android.permission.INTERNET" /> " in AndroidManifest.xml > file but still appears error. I got output in textview "Error: Host is > unresolve:www.helloandroid.co

[android-beginners] Re: "unknown socket error " Is anyone know this error??

2009-10-21 Thread GreenRiver
Althougt i have added " " in AndroidManifest.xml file but still appears error. I got output in textview "Error: Host is unresolve: www.helloandroid.com:80" Is any ideas? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups