Why I can’t send TCP message over LAN on android
I have two android apps, one running in java and the other in c++. I need to connect these two apps and I have selected socket connection. I used java as a local server and c++ as a client and I got this code
Server (Java):