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
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
Many Thinks!
It works now after set log_level = 2 and accept the licence.
# (int) Log level (0 = error only, 1 = info, 2 = debug (with command output))
log_level = 2
Thank you for confirming the fix 馃憤
Most helpful comment
Many Thinks!
It works now after set
log_level = 2and accept the licence.