We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Paused at command(I waited it for 5 hours for this command):
$ buildozer android debug deploy run
5 hours later, nothing happened, even no errors, just hangled.
Command:
buildozer android debug deploy run
Spec file:
the default spec file generated by buildozer init
# Check configuration tokens # Ensure build layout # Check configuration tokens # Preparing build # Check requirements for android # Install platform # Apache ANT found at /Users/finn/.buildozer/android/platform/apache-ant-1.9.4 # Android SDK found at /Users/finn/.buildozer/android/platform/android-sdk # Android NDK found at /Users/finn/.buildozer/android/platform/android-ndk-r17c # Installing/updating SDK platform tools if necessary
The text was updated successfully, but these errors were encountered:
Yes it's probably asking for the licence. Set log level to 2. An also I would recommend installing a more up to date buildozer version.
pip3 install --user https://github.com/kivy/buildozer/archive/182d13f.zip
Sorry, something went wrong.
Many Thinks! It works now after set log_level = 2 and accept the licence.
log_level = 2
# (int) Log level (0 = error only, 1 = info, 2 = debug (with command output)) log_level = 2
Thank you for confirming the fix 👍
No branches or pull requests
Versions
Description
Paused at command(I waited it for 5 hours for this command):
5 hours later, nothing happened, even no errors, just hangled.
buildozer.spec
Command:
Spec file:
Logs
The text was updated successfully, but these errors were encountered: