You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I literally can't find anywhere else to ask this but how do sockets and network traffic work in relation to buildozer? The app doesn't seem to launch but it is on my device. Is there an extra requirement I needed to add?
The problem in the buildozer spec is that you need to give internet permission so the app can connect to the socket server. You already have the line wirted, but as a comment. So you need to change this lines:
# (list) Permissions
#android.permissions = INTERNET
like this:
# (list) Permissions
android.permissions = INTERNET
And the app will work jst fine. At least this worked for me.
Versions
Description
I literally can't find anywhere else to ask this but how do sockets and network traffic work in relation to buildozer? The app doesn't seem to launch but it is on my device. Is there an extra requirement I needed to add?
buildozer.spec
Spec file:
Code
The text was updated successfully, but these errors were encountered: