Hi I'm trying to build an .APK for my (test) project but am getting errors.
# 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-11-openjdk-amd64/bin/javac
# Search for Java keytool (keytool)
# -> found at /usr/lib/jvm/java-11-openjdk-amd64/bin/keytool
# Install platform
# Run '/usr/bin/python3 -m pip install -q --user \'appdirs\' \'colorama>=0.3.3\' \'jinja2\' \'six\' \'enum34; python_version<"3.4"\' \'sh>=1.10; sys_platform!="nt"\' \'pep517\' \'pytoml\' \'virtualenv\''
# Cwd None
WARNING: You are using pip version 19.2.3, however version 19.3.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
# Apache ANT found at /home/sy/.buildozer/android/platform/apache-ant-1.9.4
# Android SDK found at /home/sy/.buildozer/android/platform/android-sdk
# Android NDK found at /home/sy/.buildozer/android/platform/android-ndk-r17c
# Check application requirements
# Check garden requirements
# Compile platform
# Run '/usr/bin/python3 -m pythonforandroid.toolchain create --dist_name=myapp --bootstrap=sdl2 --requirements=python,kivy --arch armeabi-v7a --copy-libs --color=always --storage-dir="/home/sy/Devt/kivy_test_app/.buildozer/android/platform/build" --ndk-api=21'
# Cwd /home/sy/Devt/kivy_test_app/.buildozer/android/platform/python-for-android
[INFO]: Will compile for the following archs: armeabi-v7a
[INFO]: Found Android API target in $ANDROIDAPI: 27
[INFO]: Available Android APIs are (19, 27, 28)
[INFO]: Requested API target 27 is available, continuing.
[INFO]: Found NDK dir in $ANDROIDNDK: /home/sy/.buildozer/android/platform/android-ndk-r17c
[INFO]: Found NDK version 17c
[INFO]: Getting NDK API version (i.e. minimum supported API) from user argument
[INFO]: Found virtualenv at /usr/local/bin/virtualenv
[INFO]: Found the following toolchain versions: ['4.9']
[INFO]: Picking the latest gcc toolchain, here 4.9
[INFO]: No existing dists meet the given requirements!
[INFO]: No dist exists that meets your requirements, so one will be built.
[INFO]: Found multiple valid dependency orders:
[INFO]: ['hostpython3', 'libffi', 'openssl', 'python', 'sdl2_image', 'sdl2_mixer', 'sdl2_ttf', 'sqlite3', 'python3', 'sdl2', 'setuptools', 'six', 'pyjnius', 'android', 'kivy']
[INFO]: ['hostpython2', 'python', 'sdl2_image', 'sdl2_mixer', 'sdl2_ttf', 'python2', 'sdl2', 'setuptools', 'six', 'pyjnius', 'android', 'kivy']
[INFO]: Using the first of these: ['hostpython3', 'libffi', 'openssl', 'python', 'sdl2_image', 'sdl2_mixer', 'sdl2_ttf', 'sqlite3', 'python3', 'sdl2', 'setuptools', 'six', 'pyjnius', 'android', 'kivy']
[INFO]: The selected bootstrap is sdl2
[INFO]: # Creating dist with sdl2 bootstrap
[INFO]: Dist will have name myapp and requirements (python, kivy)
[INFO]: Dist contains the following requirements as recipes: ['hostpython3', 'libffi', 'openssl', 'sdl2_image', 'sdl2_mixer', 'sdl2_ttf', 'sqlite3', 'python3', 'sdl2', 'setuptools', 'six', 'pyjnius', 'android', 'kivy']
[INFO]: Dist will also contain modules (python) installed from pip
[INFO]: -> directory context /home/sy/Devt/kivy_test_app/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python3
[INFO]: <- directory context /home/sy/Devt/kivy_test_app/.buildozer/android/platform/python-for-android
[INFO]: Recipe build order is ['hostpython3', 'libffi', 'openssl', 'sdl2_image', 'sdl2_mixer', 'sdl2_ttf', 'sqlite3', 'python3', 'sdl2', 'setuptools', 'six', 'pyjnius', 'android', 'kivy']
[INFO]: The requirements (python) were not found as recipes, they will be installed with pip.
[INFO]: # Downloading recipes
[INFO]: Downloading hostpython3
[INFO]: -> running mkdir -p /home/sy/Devt/kivy_test_app/.buildozer/android/platform/build/packages/hostpython3
[INFO]: -> directory context /home/sy/Devt/kivy_test_app/.buildozer/android/platform/build/packages/hostpython3
[INFO]: -> running basename
https://www.python.org/ftp/python/3.7.1/Python-3.7.1.tgz[INFO]: hostpython3 download already cached, skipping
[INFO]: <- directory context /home/sy/Devt/kivy_test_app/.buildozer/android/platform/python-for-android
[INFO]: Downloading libffi
[INFO]: -> running mkdir -p /home/sy/Devt/kivy_test_app/.buildozer/android/platform/build/packages/libffi
[INFO]: -> directory context /home/sy/Devt/kivy_test_app/.buildozer/android/platform/build/packages/libffi
[INFO]: -> running basename
https://github.com/libffi/libffi/archive/v3.2.1.tar.gz[INFO]: libffi download already cached, skipping
[INFO]: <- directory context /home/sy/Devt/kivy_test_app/.buildozer/android/platform/python-for-android
[INFO]: Downloading openssl
[INFO]: -> running mkdir -p /home/sy/Devt/kivy_test_app/.buildozer/android/platform/build/packages/openssl
[INFO]: -> directory context /home/sy/Devt/kivy_test_app/.buildozer/android/platform/build/packages/openssl
[INFO]: -> running basename
https://www.openssl.org/source/openssl-1.1.1.tar.gz[INFO]: openssl download already cached, skipping
[INFO]: <- directory context /home/sy/Devt/kivy_test_app/.buildozer/android/platform/python-for-android
[INFO]: Downloading sdl2_image
[INFO]: -> running mkdir -p /home/sy/Devt/kivy_test_app/.buildozer/android/platform/build/packages/sdl2_image
[INFO]: -> directory context /home/sy/Devt/kivy_test_app/.buildozer/android/platform/build/packages/sdl2_image
[INFO]: -> running basename
https://www.libsdl.org/projects/SDL_image/release/SDL2_image-2.0.4.tar.gz[INFO]: sdl2_image download already cached, skipping
[INFO]: <- directory context /home/sy/Devt/kivy_test_app/.buildozer/android/platform/python-for-android
[INFO]: Downloading sdl2_mixer
[INFO]: -> running mkdir -p /home/sy/Devt/kivy_test_app/.buildozer/android/platform/build/packages/sdl2_mixer
[INFO]: -> directory context /home/sy/Devt/kivy_test_app/.buildozer/android/platform/build/packages/sdl2_mixer
[INFO]: -> running basename
https://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-2.0.4.tar.gz[INFO]: sdl2_mixer download already cached, skipping
[INFO]: <- directory context /home/sy/Devt/kivy_test_app/.buildozer/android/platform/python-for-android
[INFO]: Downloading sdl2_ttf
[INFO]: -> running mkdir -p /home/sy/Devt/kivy_test_app/.buildozer/android/platform/build/packages/sdl2_ttf
[INFO]: -> directory context /home/sy/Devt/kivy_test_app/.buildozer/android/platform/build/packages/sdl2_ttf
[INFO]: -> running basename
https://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-2.0.14.tar.gz[INFO]: sdl2_ttf download already cached, skipping
[INFO]: <- directory context /home/sy/Devt/kivy_test_app/.buildozer/android/platform/python-for-android
[INFO]: Downloading sqlite3
[INFO]: -> running mkdir -p /home/sy/Devt/kivy_test_app/.buildozer/android/platform/build/packages/sqlite3
[INFO]: -> directory context /home/sy/Devt/kivy_test_app/.buildozer/android/platform/build/packages/sqlite3
[INFO]: -> running basename
https://www.sqlite.org/2016/sqlite-amalgamation-3150100.zip[INFO]: sqlite3 download already cached, skipping
[INFO]: <- directory context /home/sy/Devt/kivy_test_app/.buildozer/android/platform/python-for-android
[INFO]: Downloading python3
[INFO]: -> running mkdir -p /home/sy/Devt/kivy_test_app/.buildozer/android/platform/build/packages/python3
[INFO]: -> directory context /home/sy/Devt/kivy_test_app/.buildozer/android/platform/build/packages/python3
[INFO]: -> running basename
https://www.python.org/ftp/python/3.7.1/Python-3.7.1.tgz[INFO]: python3 download already cached, skipping
[INFO]: <- directory context /home/sy/Devt/kivy_test_app/.buildozer/android/platform/python-for-android
[INFO]: Downloading sdl2
[INFO]: -> running mkdir -p /home/sy/Devt/kivy_test_app/.buildozer/android/platform/build/packages/sdl2
[INFO]: -> directory context /home/sy/Devt/kivy_test_app/.buildozer/android/platform/build/packages/sdl2
[INFO]: -> running basename
https://www.libsdl.org/release/SDL2-2.0.9.tar.gz[INFO]: sdl2 download already cached, skipping
[INFO]: <- directory context /home/sy/Devt/kivy_test_app/.buildozer/android/platform/python-for-android
[INFO]: Downloading setuptools
[INFO]: -> running mkdir -p /home/sy/Devt/kivy_test_app/.buildozer/android/platform/build/packages/setuptools
[INFO]: -> directory context /home/sy/Devt/kivy_test_app/.buildozer/android/platform/build/packages/setuptools
[INFO]: -> running basename
https://pypi.python.org/packages/source/s/setuptools/setuptools-40.9.0.zip[INFO]: setuptools download already cached, skipping
[INFO]: <- directory context /home/sy/Devt/kivy_test_app/.buildozer/android/platform/python-for-android
[INFO]: Downloading six
[INFO]: -> running mkdir -p /home/sy/Devt/kivy_test_app/.buildozer/android/platform/build/packages/six
[INFO]: -> directory context /home/sy/Devt/kivy_test_app/.buildozer/android/platform/build/packages/six
[INFO]: -> running basename
https://pypi.python.org/packages/source/s/six/six-1.10.0.tar.gz[INFO]: six download already cached, skipping
[INFO]: <- directory context /home/sy/Devt/kivy_test_app/.buildozer/android/platform/python-for-android
[INFO]: Downloading pyjnius
[INFO]: -> running mkdir -p /home/sy/Devt/kivy_test_app/.buildozer/android/platform/build/packages/pyjnius
[INFO]: -> directory context /home/sy/Devt/kivy_test_app/.buildozer/android/platform/build/packages/pyjnius
[INFO]: -> running basename
https://github.com/kivy/pyjnius/archive/6553ad4.zip[INFO]: pyjnius download already cached, skipping
[INFO]: <- directory context /home/sy/Devt/kivy_test_app/.buildozer/android/platform/python-for-android
[INFO]: Downloading android
[INFO]: Skipping android download as no URL is set
[INFO]: Downloading kivy
[INFO]: -> running mkdir -p /home/sy/Devt/kivy_test_app/.buildozer/android/platform/build/packages/kivy
[INFO]: -> directory context /home/sy/Devt/kivy_test_app/.buildozer/android/platform/build/packages/kivy
[INFO]: -> running basename
https://github.com/kivy/kivy/archive/1.11.1.zip[INFO]: kivy download already cached, skipping
[INFO]: <- directory context /home/sy/Devt/kivy_test_app/.buildozer/android/platform/python-for-android
[INFO]: # Building all recipes for arch armeabi-v7a
[INFO]: # Unpacking recipes
[INFO]: Unpacking hostpython3 for armeabi-v7a
[INFO]: -> running basename
https://www.python.org/ftp/python/3.7.1/Python-3.7.1.tgz[INFO]: -> directory context /home/sy/Devt/kivy_test_app/.buildozer/android/platform/build/build/other_builds/hostpython3/desktop
[INFO]: hostpython3 is already unpacked, skipping
[INFO]: <- directory context /home/sy/Devt/kivy_test_app/.buildozer/android/platform/python-for-android
[INFO]: Unpacking libffi for armeabi-v7a
[INFO]: -> running basename
https://github.com/libffi/libffi/archive/v3.2.1.tar.gz[INFO]: -> directory context /home/sy/Devt/kivy_test_app/.buildozer/android/platform/build/build/other_builds/libffi/armeabi-v7a__ndk_target_21
[INFO]: libffi is already unpacked, skipping
[INFO]: <- directory context /home/sy/Devt/kivy_test_app/.buildozer/android/platform/python-for-android
[INFO]: Unpacking openssl for armeabi-v7a
[INFO]: -> running basename
https://www.openssl.org/source/openssl-1.1.1.tar.gz[INFO]: -> directory context /home/sy/Devt/kivy_test_app/.buildozer/android/platform/build/build/other_builds/openssl/armeabi-v7a__ndk_target_21
[INFO]: openssl is already unpacked, skipping
[INFO]: <- directory context /home/sy/Devt/kivy_test_app/.buildozer/android/platform/python-for-android
[INFO]: Unpacking sdl2_image for armeabi-v7a
[INFO]: -> running basename
https://www.libsdl.org/projects/SDL_image/release/SDL2_image-2.0.4.tar.gz[INFO]: -> directory context /home/sy/Devt/kivy_test_app/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python3/jni
[INFO]: sdl2_image is already unpacked, skipping
[INFO]: <- directory context /home/sy/Devt/kivy_test_app/.buildozer/android/platform/python-for-android
[INFO]: Unpacking sdl2_mixer for armeabi-v7a
[INFO]: -> running basename
https://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-2.0.4.tar.gz[INFO]: -> directory context /home/sy/Devt/kivy_test_app/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python3/jni
[INFO]: sdl2_mixer is already unpacked, skipping
[INFO]: <- directory context /home/sy/Devt/kivy_test_app/.buildozer/android/platform/python-for-android
[INFO]: Unpacking sdl2_ttf for armeabi-v7a
[INFO]: -> running basename
https://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-2.0.14.tar.gz[INFO]: -> directory context /home/sy/Devt/kivy_test_app/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python3/jni
[INFO]: sdl2_ttf is already unpacked, skipping
[INFO]: <- directory context /home/sy/Devt/kivy_test_app/.buildozer/android/platform/python-for-android
[INFO]: Unpacking sqlite3 for armeabi-v7a
[INFO]: -> running basename
https://www.sqlite.org/2016/sqlite-amalgamation-3150100.zip[INFO]: -> directory context /home/sy/Devt/kivy_test_app/.buildozer/android/platform/build/build/other_builds/sqlite3/armeabi-v7a__ndk_target_21
[INFO]: sqlite3 is already unpacked, skipping
[INFO]: <- directory context /home/sy/Devt/kivy_test_app/.buildozer/android/platform/python-for-android
[INFO]: Unpacking python3 for armeabi-v7a
[INFO]: -> running basename
https://www.python.org/ftp/python/3.7.1/Python-3.7.1.tgz[INFO]: -> directory context /home/sy/Devt/kivy_test_app/.buildozer/android/platform/build/build/other_builds/python3-libffi-openssl-sqlite3/armeabi-v7a__ndk_target_21
[INFO]: python3 is already unpacked, skipping
[INFO]: <- directory context /home/sy/Devt/kivy_test_app/.buildozer/android/platform/python-for-android
[INFO]: Unpacking sdl2 for armeabi-v7a
[INFO]: -> running basename
https://www.libsdl.org/release/SDL2-2.0.9.tar.gz[INFO]: -> directory context /home/sy/Devt/kivy_test_app/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python3/jni
[INFO]: sdl2 is already unpacked, skipping
[INFO]: <- directory context /home/sy/Devt/kivy_test_app/.buildozer/android/platform/python-for-android
[INFO]: Unpacking setuptools for armeabi-v7a
[INFO]: -> running basename
https://pypi.python.org/packages/source/s/setuptools/setuptools-40.9.0.zip[INFO]: -> directory context /home/sy/Devt/kivy_test_app/.buildozer/android/platform/build/build/other_builds/setuptools-python3/armeabi-v7a__ndk_target_21
[INFO]: setuptools is already unpacked, skipping
[INFO]: <- directory context /home/sy/Devt/kivy_test_app/.buildozer/android/platform/python-for-android
[INFO]: Unpacking six for armeabi-v7a
[INFO]: -> running basename
https://pypi.python.org/packages/source/s/six/six-1.10.0.tar.gz[INFO]: -> directory context /home/sy/Devt/kivy_test_app/.buildozer/android/platform/build/build/other_builds/six-python3/armeabi-v7a__ndk_target_21
[INFO]: six is already unpacked, skipping
[INFO]: <- directory context /home/sy/Devt/kivy_test_app/.buildozer/android/platform/python-for-android
[INFO]: Unpacking pyjnius for armeabi-v7a
[INFO]: -> running basename
https://github.com/kivy/pyjnius/archive/6553ad4.zip[INFO]: -> directory context /home/sy/Devt/kivy_test_app/.buildozer/android/platform/build/build/other_builds/pyjnius-python3-sdl2/armeabi-v7a__ndk_target_21
[INFO]: pyjnius is already unpacked, skipping
[INFO]: <- directory context /home/sy/Devt/kivy_test_app/.buildozer/android/platform/python-for-android
[INFO]: -> running rm -rf /home/sy/Devt/kivy_test_app/.buildozer/android/platform/build/build/other_builds/android-python3-sdl2/armeabi-v7a__ndk_target_21/android
[INFO]: -> running cp -a /home/sy/Devt/kivy_test_app/.buildozer/android/platform/python-for-android/pythonforandroid/recipes/android/src /home/sy/Devt/kivy_test_app/.buildozer/android/platfo...(and 83 more)
[INFO]: Unpacking kivy for armeabi-v7a
[INFO]: -> running basename
https://github.com/kivy/kivy/archive/1.11.1.zip[INFO]: -> directory context /home/sy/Devt/kivy_test_app/.buildozer/android/platform/build/build/other_builds/kivy-python3/armeabi-v7a__ndk_target_21
[INFO]: kivy is already unpacked, skipping
[INFO]: <- directory context /home/sy/Devt/kivy_test_app/.buildozer/android/platform/python-for-android
[INFO]: # Prebuilding recipes
[INFO]: Prebuilding hostpython3 for armeabi-v7a
[INFO]: hostpython3 has no prebuild_armeabi_v7a, skipping
[INFO]: Prebuilding libffi for armeabi-v7a
[INFO]: libffi has no prebuild_armeabi_v7a, skipping
[INFO]: Applying patches for libffi[armeabi-v7a]
[INFO]: libffi already patched, skipping
[INFO]: Prebuilding openssl for armeabi-v7a
[INFO]: openssl has no prebuild_armeabi_v7a, skipping
[INFO]: Prebuilding sdl2_image for armeabi-v7a
[INFO]: sdl2_image has no prebuild_armeabi_v7a, skipping
[INFO]: Applying patches for sdl2_image[armeabi-v7a]
[INFO]: sdl2_image already patched, skipping
[INFO]: Prebuilding sdl2_mixer for armeabi-v7a
[INFO]: sdl2_mixer has no prebuild_armeabi_v7a, skipping
[INFO]: Applying patches for sdl2_mixer[armeabi-v7a]
[INFO]: sdl2_mixer already patched, skipping
[INFO]: Prebuilding sdl2_ttf for armeabi-v7a
[INFO]: sdl2_ttf has no prebuild_armeabi_v7a, skipping
[INFO]: Prebuilding sqlite3 for armeabi-v7a
[INFO]: sqlite3 has no prebuild_armeabi_v7a, skipping
[INFO]: Prebuilding python3 for armeabi-v7a
[INFO]: python3 has no prebuild_armeabi_v7a, skipping
[INFO]: Applying patches for python3[armeabi-v7a]
[INFO]: python3 already patched, skipping
[INFO]: Prebuilding sdl2 for armeabi-v7a
[INFO]: sdl2 has no prebuild_armeabi_v7a, skipping
[INFO]: Prebuilding setuptools for armeabi-v7a
[INFO]: setuptools has no prebuild_armeabi_v7a, skipping
[INFO]: Prebuilding six for armeabi-v7a
[INFO]: six has no prebuild_armeabi_v7a, skipping
[INFO]: Prebuilding pyjnius for armeabi-v7a
[INFO]: pyjnius has no prebuild_armeabi_v7a, skipping
[INFO]: Applying patches for pyjnius[armeabi-v7a]
[INFO]: pyjnius already patched, skipping
[INFO]: Prebuilding android for armeabi-v7a
[INFO]: android has no prebuild_armeabi_v7a, skipping
[INFO]: -> directory context /home/sy/Devt/kivy_test_app/.buildozer/android/platform/build/build/other_builds/android-python3-sdl2/armeabi-v7a__ndk_target_21/android
[INFO]: <- directory context /home/sy/Devt/kivy_test_app/.buildozer/android/platform/python-for-android
[INFO]: Prebuilding kivy for armeabi-v7a
[INFO]: kivy has no prebuild_armeabi_v7a, skipping
[INFO]: # Building recipes
[INFO]: Building hostpython3 for armeabi-v7a
[INFO]: Skipping hostpython3 (3.7.1) build, as it has already been completed
[INFO]: Building libffi for armeabi-v7a
[INFO]: libffi said it is already built, skipping
[INFO]: Building openssl for armeabi-v7a
[INFO]: openssl said it is already built, skipping
[INFO]: Building sdl2_image for armeabi-v7a
[INFO]: Building sdl2_mixer for armeabi-v7a
[INFO]: Building sdl2_ttf for armeabi-v7a
[INFO]: Building sqlite3 for armeabi-v7a
[INFO]: sqlite3 said it is already built, skipping
[INFO]: Building python3 for armeabi-v7a
[INFO]: -> directory context /home/sy/Devt/kivy_test_app/.buildozer/android/platform/build/build/other_builds/python3-libffi-openssl-sqlite3/armeabi-v7a__ndk_target_21/python3/android-build
[WARNING]: Doing some hacky stuff to link properly
[INFO]: -> running cp /home/sy/.buildozer/android/platform/android-ndk-r17c/platforms/android-21/arch-arm/usr/lib/crtbegin_so.o ./
[INFO]: -> running cp /home/sy/.buildozer/android/platform/android-ndk-r17c/platforms/android-21/arch-arm/usr/lib/crtend_so.o ./
[WARNING]: lld not found, linking without it. Consider installing lld if linker errors occur.
[INFO]: Activating flags for sqlite3
[INFO]: Activating flags for libffi
[INFO]: Activating flags for openssl
[INFO]: <- directory context /home/sy/Devt/kivy_test_app/.buildozer/android/platform/python-for-android
[INFO]: Building sdl2 for armeabi-v7a
[INFO]: -> directory context /home/sy/Devt/kivy_test_app/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python3/jni
[INFO]: -> running ndk-build V=1
[INFO]: <- directory context /home/sy/Devt/kivy_test_app/.buildozer/android/platform/python-for-android
[INFO]: Building setuptools for armeabi-v7a
[INFO]: Python package already exists in site-packages
[INFO]: setuptools said it is already built, skipping
[INFO]: Building six for armeabi-v7a
[INFO]: Python package already exists in site-packages
[INFO]: six said it is already built, skipping
[INFO]: Building pyjnius for armeabi-v7a
[INFO]: Python package already exists in site-packages
[INFO]: pyjnius said it is already built, skipping
[INFO]: Building android for armeabi-v7a
[INFO]: Python package already exists in site-packages
[INFO]: android said it is already built, skipping
[INFO]: Building kivy for armeabi-v7a
[INFO]: Python package already exists in site-packages
[INFO]: kivy said it is already built, skipping
[INFO]: # Biglinking object files
[WARNING]: Context's python recipe found, skipping biglink (will this work?)
[INFO]: # Postbuilding recipes
[INFO]: Postbuilding hostpython3 for armeabi-v7a
[INFO]: Postbuilding libffi for armeabi-v7a
[INFO]: Postbuilding openssl for armeabi-v7a
[INFO]: Postbuilding sdl2_image for armeabi-v7a
[INFO]: Postbuilding sdl2_mixer for armeabi-v7a
[INFO]: Postbuilding sdl2_ttf for armeabi-v7a
[INFO]: Postbuilding sqlite3 for armeabi-v7a
[INFO]: Postbuilding python3 for armeabi-v7a
[INFO]: Postbuilding sdl2 for armeabi-v7a
[INFO]: Postbuilding setuptools for armeabi-v7a
[INFO]: Postbuilding six for armeabi-v7a
[INFO]: Postbuilding pyjnius for armeabi-v7a
[INFO]: Copying pyjnius java class to classes build dir
[INFO]: -> directory context /home/sy/Devt/kivy_test_app/.buildozer/android/platform/build/build/other_builds/pyjnius-python3-sdl2/armeabi-v7a__ndk_target_21/pyjnius
[INFO]: -> running cp -a jnius/src/org /home/sy/Devt/kivy_test_app/.buildozer/android/platform/build/build/javaclasses/myapp
[INFO]: <- directory context /home/sy/Devt/kivy_test_app/.buildozer/android/platform/python-for-android
[INFO]: Postbuilding android for armeabi-v7a
[INFO]: Postbuilding kivy for armeabi-v7a
[INFO]: # Installing pure Python modules
[INFO]: *** PYTHON PACKAGE / PROJECT INSTALL STAGE ***
[INFO]: The requirements (python) don't have recipes, attempting to install them with pip
[INFO]: If this fails, it may mean that the module has compiled components and needs a recipe.
[INFO]: -> directory context /home/sy/Devt/kivy_test_app/.buildozer/android/platform/build/build
[INFO]: -> running virtualenv --python=python3 venv
[INFO]: Upgrade pip to latest version
[INFO]: -> running bash -c source venv/bin/activate && pip install -U pip
[INFO]: Install Cython in case one of the modules needs it to build
[INFO]: -> running bash -c venv/bin/pip install Cython
[INFO]: Creating a requirements.txt file for the Python modules
[INFO]: Installing Python modules with pip
[INFO]: IF THIS FAILS, THE MODULES MAY NEED A RECIPE. A reason for this is often modules compiling native code that is unaware of Android cross-compilation and does not work without additional changes / workarounds.
[INFO]: -> running bash -c venv/bin/pip install -v --target '/home/sy/Devt/kivy_test_app/.buildozer/android/platform/build/build/python-installs/myapp' --no-deps -r requirements.txt
Exception in thread background thread for pid 14996:
Traceback (most recent call last):
File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner
self.run()
File "/usr/lib/python3.6/threading.py", line 864, in run
self._target(*self._args, **self._kwargs)
File "/usr/local/lib/python3.6/dist-packages/sh.py", line 1540, in wrap
fn(*args, **kwargs)
File "/usr/local/lib/python3.6/dist-packages/sh.py", line 2459, in background_thread
handle_exit_code(exit_code)
File "/usr/local/lib/python3.6/dist-packages/sh.py", line 2157, in fn
return self.command.handle_command_exit_code(exit_code)
File "/usr/local/lib/python3.6/dist-packages/sh.py", line 815, in handle_command_exit_code
raise exc
sh.ErrorReturnCode_1:
RAN: /bin/bash -c venv/bin/pip install -v --target '/home/sy/Devt/kivy_test_app/.buildozer/android/platform/build/build/python-installs/myapp' --no-deps -r requirements.txt
STDOUT:
Created temporary directory: /tmp/pip-target-7mxatfdg
Created temporary directory: /tmp/pip-ephem-wheel-cache-602ecg6m
Created temporary directory: /tmp/pip-req-tracker-psyupn5q
Created requirements tracker '/tmp/pip-req-tracker-psyupn5q'
Created temporary directory: /tmp/pip-install-jf3z5r5a
1 location(s) to search for versions of python:
*
https://pypi.org/simple/python/Getting page
https://pypi.org/simple/python/Found index url
https://pypi.org/simpleLooking up "
https://pypi.org/simple/python/" in the cache
Request header has "max_age" as 0, cache bypassed
Starting new HTTPS connection (1):
pypi.org:443https://pypi.org:443 "GET /simple/python/ HTTP/1.1" 304 0
Analyzing links from page
https://pypi.org/simple/python/Given no hashes to check 0 links for project 'python': discarding no candidates
ERROR: Could not find a version that satisfies the requirement python (from -r requirements.txt (line 1)) (from versions: none)
Cleaning up...
Removed build tracker '/tmp/pip-req-tracker-psyupn5q'
ERROR: No matching distribution found for python (from -r requirements.txt (line 1))
Exception information:
Traceback (most recent call last):
File "/home/sy/Devt/kivy_test_app/.buildozer/android/platform/build/build/venv/lib/python3.6/site-packages/pip/_internal/cli/base_command.py", line 153, in _main
status = self.run(options, args)
File "/home/sy/Devt/kivy_test_app/.buildozer/android/platform/build/build/venv/lib/python3.6/site-packages/pip/_internal/commands/install.py", line 382, in run
resolver.resolve(requirement_set)
File "/home/sy/Devt/kivy_test_app/.buildozer/android/platform/build/build/venv/lib/python3.6/site-packages/pip/_internal/legacy_resolve.py", line 201, in resolve
self._resolve_one(requirement_set, req)
File "/home/sy/Devt/kivy_test_app/.buildozer/android/platform/build/build/venv/lib/python3.6/site-packages/pip/_internal/legacy_resolve.py", line 365, in _resolve_one
abstract_dist = self._get_abstract_dist_for(req_to_install)
File "/home/sy/Devt/kivy_test_app/.buildozer/android/platform/build/build/venv/lib/python3.6/site-packages/pip/_internal/legacy_resolve.py", line 311, in _get_abstract_dist_for
req.populate_link(self.finder, upgrade_allowed, self.require_hashes)
File "/home/sy/Devt/kivy_test_app/.buildozer/android/platform/build/build/venv/lib/python3.6/site-packages/pip/_internal/req/req_install.py", line 225, in populate_link
self.link = finder.find_requirement(self, upgrade)
File "/home/sy/Devt/kivy_test_app/.buildozer/android/platform/build/build/venv/lib/python3.6/site-packages/pip/_internal/index.py", line 906, in find_requirement
'No matching distribution found for %s' % req
pip._internal.exceptions.DistributionNotFound: No matching distribution found for python (from -r requirements.txt (line 1))
STDERR:
Traceback (most recent call last):
File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/usr/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/home/sy/Devt/kivy_test_app/.buildozer/android/platform/python-for-android/pythonforandroid/toolchain.py", line 1192, in <module>
main()
File "/home/sy/Devt/kivy_test_app/.buildozer/android/platform/python-for-android/pythonforandroid/entrypoints.py", line 18, in main
ToolchainCL()
File "/home/sy/Devt/kivy_test_app/.buildozer/android/platform/python-for-android/pythonforandroid/toolchain.py", line 668, in __init__
getattr(self, args.subparser_name.replace('-', '_'))(args)
File "/home/sy/Devt/kivy_test_app/.buildozer/android/platform/python-for-android/pythonforandroid/toolchain.py", line 153, in wrapper_func
build_dist_from_args(ctx, dist, args)
File "/home/sy/Devt/kivy_test_app/.buildozer/android/platform/python-for-android/pythonforandroid/toolchain.py", line 206, in build_dist_from_args
args, "ignore_setup_py", False
File "/home/sy/Devt/kivy_test_app/.buildozer/android/platform/python-for-android/pythonforandroid/build.py", line 601, in build_recipes
ignore_setup_py=ignore_project_setup_py
File "/home/sy/Devt/kivy_test_app/.buildozer/android/platform/python-for-android/pythonforandroid/build.py", line 837, in run_pymodules_install
_env=copy.copy(env))
File "/home/sy/Devt/kivy_test_app/.buildozer/android/platform/python-for-android/pythonforandroid/logger.py", line 180, in shprint
for line in output:
File "/usr/local/lib/python3.6/dist-packages/sh.py", line 863, in next
self.wait()
File "/usr/local/lib/python3.6/dist-packages/sh.py", line 792, in wait
self.handle_command_exit_code(exit_code)
File "/usr/local/lib/python3.6/dist-packages/sh.py", line 815, in handle_command_exit_code
raise exc
sh.ErrorReturnCode_1:
RAN: /bin/bash -c venv/bin/pip install -v --target '/home/sy/Devt/kivy_test_app/.buildozer/android/platform/build/build/python-installs/myapp' --no-deps -r requirements.txt
STDOUT:
Created temporary directory: /tmp/pip-target-7mxatfdg
Created temporary directory: /tmp/pip-ephem-wheel-cache-602ecg6m
Created temporary directory: /tmp/pip-req-tracker-psyupn5q
Created requirements tracker '/tmp/pip-req-tracker-psyupn5q'
Created temporary directory: /tmp/pip-install-jf3z5r5a
1 location(s) to search for versions of python:
*
https://pypi.org/simple/python/Getting page
https://pypi.org/simple/python/Found index url
https://pypi.org/simpleLooking up "
https://pypi.org/simple/python/" in the cache
Request header has "max_age" as 0, cache bypassed
Starting new HTTPS connection (1):
pypi.org:443https://pypi.org:443 "GET /simple/python/ HTTP/1.1" 304 0
Analyzing links from page
https://pypi.org/simple/python/Given no hashes to check 0 links for project 'python': discarding no candidates
ERROR: Could not find a version that satisfies the requirement python (from -r requirements.txt (line 1)) (from versions: none)
Cleaning up...
Removed build tracker '/tmp/pip-req-tracker-psyupn5q'
ERROR: No matching distribution found for python (from -r requirements.txt (line 1))
Exception information:
Traceback (most recent call last):
File "/home/sy/Devt/kivy_test_app/.buildozer/android/platform/build/build/venv/lib/python3.6/site-packages/pip/_internal/cli/base_command.py", line 153, in _main
status = self.run(options, args)
File "/home/sy/Devt/kivy_test_app/.buildozer/android/platform/build/build/venv/lib/python3.6/site-packages/pip/_internal/commands/install.py", line 382, in run
resolver.resolve(requirement_set)
File "/home/sy/Devt/kivy_test_app/.buildozer/android/platform/build/build/venv/lib/python3.6/site-packages/pip/_internal/legacy_resolve.py", line 201, in resolve
self._resolve_one(requirement_set, req)
File "/home/sy/Devt/kivy_test_app/.buildozer/android/platform/build/build/venv/lib/python3.6/site-packages/pip/_internal/legacy_resolve.py", line 365, in _resolve_one
abstract_dist = self._get_abstract_dist_for(req_to_install)
File "/home/sy/Devt/kivy_test_app/.buildozer/android/platform/build/build/venv/lib/python3.6/site-packages/pip/_internal/legacy_resolve.py", line 311, in _get_abstract_dist_for
req.populate_link(self.finder, upgrade_allowed, self.require_hashes)
File "/home/sy/Devt/kivy_test_app/.buildozer/android/platform/build/build/venv/lib/python3.6/site-packages/pip/_internal/req/req_install.py", line 225, in populate_link
self.link = finder.find_requirement(self, upgrade)
File "/home/sy/Devt/kivy_test_app/.buildozer/android/platform/build/build/venv/lib/python3.6/site-packages/pip/_internal/index.py", line 906, in find_requirement
'No matching distribution found for %s' % req
pip._internal.exceptions.DistributionNotFound: No matching distribution found for python (from -r requirements.txt (line 1))
STDERR:
# Command failed: /usr/bin/python3 -m pythonforandroid.toolchain create --dist_name=myapp --bootstrap=sdl2 --requirements=python,kivy --arch armeabi-v7a --copy-libs --color=always --storage-dir="/home/sy/Devt/kivy_test_app/.buildozer/android/platform/build" --ndk-api=21
#
# 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