Hi

I had an application, code like this:
      public class SomeActivity extends PreferenceActivity {

         @Override
         protected void onCreate(Bundle savedInstanceState) {
             super.onCreate(savedInstanceState);
             try {
             InetSocketAddress addr = new InetSocketAddress(32345);
             mSocket = new DatagramSocket(addr);
             } catch ( SocketException e) {
             }
      }

I always met the SocketException error. Somebody can help me?

thanks, Dalvik

-- 
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

Reply via email to