I use socket in my kivy app, and until now it was connected to a local server. now I converted the python code to an apk, and connected the socket to the appropriate ip address and now the app wont lunch, apperently because there is a problem with the socket the problem I get now when running it is
TimeoutError: [Errno 110] Connection timed out
does anyone know how can I solve it?