Relative Content

Tag Archive for pythonandroidsocketskivyapk

Using python socket on android (and, any remote) app

I use socket in my kivy app, and until recently 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 however the app wont launch. Apparently due to a problem with the socket the problem I get now when running it is;

using python socket in android (and, any remote) app

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