android - Determine free ports -
I was watching the API, and Ive tried to determine it:
A given port However, check whether it is available or already some apps listen to it.
Thanks,
If you are binding on a specific port, then there is probably something wrong with your Android code; Most likely, you should only create an outbound connection. If you have to contact another Android device, consider both devices connected to a normal web service that pulls up the connection. Using the web service as an intermediate, the connection between the devices decouces and avoids common problems where router or firewall blocks incoming connections.
Comments
Post a Comment