Buildozer: Paused at Installing/updating SDK platform tools if necessary

Created on 7 Sep 2019  路  3Comments  路  Source: kivy/buildozer

Versions

  • Python: 3.7.2
  • OS: Mac Darwin Kernel Version 18.7.0
  • Buildozer: 0.39

Description

Paused at command(I waited it for 5 hours for this command):

$ buildozer android debug deploy run

image

5 hours later, nothing happened, even no errors, just hangled.

buildozer.spec

Command:

buildozer android debug deploy run

Spec file:

the default spec file generated by buildozer init

Logs

# 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

Most helpful comment

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

All 3 comments

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 馃憤

Was this page helpful?
0 / 5 - 0 ratings

Related issues

nesergen picture nesergen  路  6Comments

martinel21 picture martinel21  路  4Comments

mokhoo picture mokhoo  路  9Comments

zengxianyu picture zengxianyu  路  7Comments

Sirfanas picture Sirfanas  路  7Comments