Skip to content

Instantly share code, notes, and snippets.

@suizokukan
Last active November 9, 2018 16:51
Show Gist options
  • Save suizokukan/cb88cb6848419060bf4678d573ad4025 to your computer and use it in GitHub Desktop.
Save suizokukan/cb88cb6848419060bf4678d573ad4025 to your computer and use it in GitHub Desktop.
console output for "buildozer android debug logcat"
# Check configuration tokens
# Ensure build layout
# Check configuration tokens
# Preparing build
# Check requirements for android
# Run 'dpkg --version'
# Cwd None
Debian 'dpkg' package management program version 1.19.0.5 (amd64).
This is free software; see the GNU General Public License version 2 or
later for copying conditions. There is NO warranty.
# Search for Git (git)
# -> found at /usr/bin/git
# Search for Cython (cython)
# -> found at /usr/local/bin/cython
# Search for Java compiler (javac)
# -> found at /usr/lib/jvm/java-8-openjdk-amd64/bin/javac
# Search for Java keytool (keytool)
# -> found at /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/keytool
# Install platform
# Run "pip install -q --user 'appdirs' 'colorama>=0.3.3' 'jinja2' 'six'"
# Cwd None
# Apache ANT found at /home/sui/.buildozer/android/platform/apache-ant-1.9.4
# Android SDK found at /home/sui/.buildozer/android/platform/android-sdk-23
# Android NDK found at /home/sui/Desktop/crystax-ndk-10.3.2
# Check application requirements
# Check garden requirements
# Compile platform
# Run '/usr/bin/python -m pythonforandroid.toolchain create --dist_name=induperator --bootstrap=sdl2 --requirements=python3crystax==3.6,kivy --arch armeabi-v7a --copy-libs --color=always --storage-dir="/home/sui/Desktop/induperator/.buildozer/android/platform/build"'
# Cwd /home/sui/Desktop/induperator/.buildozer/android/platform/python-for-android-new-toolchain
# Command failed: /usr/bin/python -m pythonforandroid.toolchain create --dist_name=induperator --bootstrap=sdl2 --requirements=python3crystax==3.6,kivy --arch armeabi-v7a --copy-libs --color=always --storage-dir="/home/sui/Desktop/induperator/.buildozer/android/platform/build"
#
# Buildozer failed to execute the last command
# The error might be hidden in the log above this error
# Please read the full log, and search for it before
# raising an issue with buildozer itself.
# In case of a bug report, please add a full log with log_level = 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment