Connecting to tcp server from client running in android device
Posted
by Andhravaala
on Stack Overflow
See other posts from Stack Overflow
or by Andhravaala
Published on 2010-02-24T09:01:46Z
Indexed on
2010/03/17
2:41 UTC
Read the original article
Hit count: 410
Hi, I am trying to connect to a standalone desktop tcp server(java) from tcp client application in android device.
But I am not able to connect to that.
I tried to write a desktop tcp client and tried to connect to server(remote server). It is working fine.
But When I am trying to connecting from android, I am getting a IOException while creating Socket instance.
Can anyone help me in this ? Thanks in advance....
© Stack Overflow or respective owner