Why, in my android code
ServerSocket ss=new ServerSocket(8085);
//works till here
Socket s=ss.accept();
// block here

why my code get blocked here at accept() call,
can any one gave me a solution,
When i make my android device as client & my Java code as Server
it works,
       but does not work in reverse way.
 please help me.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to