Skip to content
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

Paused at Installing/updating SDK platform tools if necessary #965

Closed
Shu-Ji opened this issue Sep 7, 2019 · 3 comments
Closed

Paused at Installing/updating SDK platform tools if necessary #965

Shu-Ji opened this issue Sep 7, 2019 · 3 comments

Comments

@Shu-Ji
Copy link

Shu-Ji commented Sep 7, 2019

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
@AndreMiras
Copy link
Member

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

@Shu-Ji
Copy link
Author

Shu-Ji commented Sep 7, 2019

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

@AndreMiras
Copy link
Member

Thank you for confirming the fix 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants