Sumit wrote: > > 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.
See the answer I gave to the other post you made of this very question. -- Lew -- 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

