-
Notifications
You must be signed in to change notification settings - Fork 508
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Buildozer not working offline #1560
Comments
This is not used, Buildozer will download its own copy of p4a.
This is the error message indicating no network connection, and that Buildozer is unable to download its own copy of p4a. Buildozer should be expected to require a net connection for the first successful build, and generally for subsequent builds if buildozer.spec is changed. However offline operation is (I think) not specified anywhere in the documentation, set your expectations accordingly. This forum is for development issues, not usage issues. |
I did ask on the user group (here) but I received the comments:
Is there an option for Buildozer not to download its own copy of p4a ? |
I strongly suggest running the tool at least once with a net connection, just so you can see the overall process - that will help set your preconceptions.
Yes, (previous post) but that is not going to help an offline build, because p4a then downloads many packages.
This is pretty much what I posted above, with a little more detail:
I know you don't want to hear this, but offline is not how people actually use the tool. |
Thanks @RobertFlatt, The application builds smoothly when the internet is connected but I had some instances where I would prefer to build it offline if it's possible. There were a few people on the forum who wanted to do the same, hence the question. |
also set this one to |
@Sruthi-sk on the end, have you been able to build offline? |
I will update by the 21st, sorry! |
@Sruthi-sk Hello, brother. How are you? |
This is being closed, but not forgotten. It has been consolidated into issue #1727. |
Versions
Description
I'm trying to build an APK of a kivy gui python script. The application builds smoothly when internet is connected, however, when it is disconnected from the internet, it keeps trying to clone into 'python-for-android' which should already be installed.
I'm assuming Buildozer is supposed to be able to build offline once the distribution/requirements are downloaded
Notes
buildozer.spec
Command:
Spec file:
Logs
The text was updated successfully, but these errors were encountered: