I am getting Null Pointer Exception at "s=ss.accept();" and not IOexception .
On Mon, Jul 9, 2012 at 11:04 PM, Justin Anderson <[email protected]>wrote: > Well, apparently your ServerSocket is null... Likely you are getting the > IOException... If you hit that exception then ss would be null. > > Thanks, > Justin Anderson > MagouyaWare Developer > http://sites.google.com/site/magouyaware > > > On Mon, Jul 9, 2012 at 1:08 AM, Akki <[email protected]> wrote: > >> ss > > > -- > 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 > -- Akshay Kumar B Tech 3rd year Computer Science Engineering IIT Roorkee Phone: +91-9410690001 Alternative E-mail: [email protected] -- 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

