I have following code with m5-rc15, it worked well.
try {
socket_snd = new DatagramSocket();
} catch (SocketException e) {
return;
}
After I upgraded my sdk to 1.0-r1, "new DatagramSocket()" always fail,
it tells me unknow error. I have tried to telnet to my emulator, the
emulator works well.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---