Hi! Folks, I have recently upgraded my application to the recent version of Android SDK and since, the upgrade I am facing a strange problem.
The problem is as follows: DatagramSocket socket; int port = 5060; socket = new DatagramSocket(port); When the application executes this API, I get a SocketException with the error cause as unknown. Do somebody have anything off the head, as to what would be wrong in this API. Regards Nitin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

