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 m trying to build a simple android app that makes a GET request. The app works fine on desktop but fails to access internet on android. I gave INTERNET permission in buildozer spec but it does not work. The phone I built for runs Android 13. What am I missing?
The text was updated successfully, but these errors were encountered:
eviscerat
changed the title
No Internet when building for android with internet permission given in buildozer.spec
No Internet when building for android 13 with internet permission given in buildozer.spec
Nov 27, 2023
👋 @eviscerat,
Sorry to hear you are having difficulties with Kivy's Buildozer; Kivy unites a number of different technologies, so building apps can be temperamental.
We try to use GitHub issues only to track work for developers to do to fix bugs and add new features to Buildozer. This issue has been closed, because it doesn't describe a bug or new feature request for Buildozer.
There is a mailing list and a Discord channel to support Kivy users debugging their own systems, which should be able to help. They are linked in the ReadMe.
Of course, if it turns out you have stumbled over a bug in Buildozer, we do want to hear about it here. The support channels should be able to help you craft an appropriate bug report.
Versions
Description
I m trying to build a simple android app that makes a GET request. The app works fine on desktop but fails to access internet on android. I gave INTERNET permission in buildozer spec but it does not work. The phone I built for runs Android 13. What am I missing?
buildozer.spec
Command:
Spec file:
Logs
Logs here -> log.txt
The text was updated successfully, but these errors were encountered: