I got that error because of code line below:
url = new URL("http://www.helloandroid.com");
InputStream mystream = null;
try{
mystream = url.openStream();
}catch (SocketException e)
{
tv.setText("Error: " + e.getMessage());
}
Something wrongs here??? I can't debug . Please help me :)
Thanks in advance :)
--~--~---------~--~----~------------~-------~--~----~
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]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---