Advertisement
Guest User

Untitled

a guest
Sep 15th, 2019
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.15 KB | None | 0 0
  1. # Check configuration tokens
  2. # Ensure build layout
  3. # Check configuration tokens
  4. # Preparing build
  5. # Check requirements for android
  6. # Install platform
  7. # Apache ANT found at /home/programmer/.buildozer/android/platform/apache-ant-1.9.4
  8. # Android SDK found at /home/programmer/.buildozer/android/platform/android-sdk
  9. # Android NDK found at /home/programmer/.buildozer/android/platform/android-ndk-r17c
  10. # Installing/updating SDK platform tools if necessary
  11. y
  12. y
  13. y
  14. # Updating SDK build tools if necessary
  15. # Downloading platform api target if necessary
  16. # Android packages installation done.
  17. # Check application requirements
  18. # Check garden requirements
  19. # Compile platform
  20. # Command failed: /usr/bin/python -m pythonforandroid.toolchain create --dist_name=KivyCrashCourseer --bootstrap=sdl2 --requirements=python3,kivy --arch armeabi-v7a --copy-libs --color=always --storage-dir="/home/programmer/Desktop/.buildozer/android/platform/build" --ndk-api=21
  21. #
  22. # Buildozer failed to execute the last command
  23. # If the error is not obvious, please raise the log_level to 2
  24. # and retry the latest command.
  25. # In case of a bug report, please add a full log with log_level = 2
  26. programmer@programmer-virtual-machine:~/Desktop$ y
  27. y: command not found
  28. programmer@programmer-virtual-machine:~/Desktop$ y
  29. y: command not found
  30. programmer@programmer-virtual-machine:~/Desktop$
  31. programmer@programmer-virtual-machine:~/Desktop$ buildozer android debug
  32. # Check configuration tokens
  33. # Ensure build layout
  34. # Check configuration tokens
  35. # Preparing build
  36. # Check requirements for android
  37. # Run 'dpkg --version'
  38. # Cwd None
  39. Debian 'dpkg' package management program version 1.18.4 (amd64).
  40. This is free software; see the GNU General Public License version 2 or
  41. later for copying conditions. There is NO warranty.
  42. # Search for Git (git)
  43. # -> found at /usr/bin/git
  44. # Search for Cython (cython)
  45. # -> found at /usr/local/bin/cython
  46. # Search for Java compiler (javac)
  47. # -> found at /usr/lib/jvm/java-8-openjdk-amd64/bin/javac
  48. # Search for Java keytool (keytool)
  49. # -> found at /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/keytool
  50. # Install platform
  51. # Run '/usr/bin/python -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\''
  52. # Cwd None
  53. DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
  54. # Apache ANT found at /home/programmer/.buildozer/android/platform/apache-ant-1.9.4
  55. # Android SDK found at /home/programmer/.buildozer/android/platform/android-sdk
  56. # Android NDK found at /home/programmer/.buildozer/android/platform/android-ndk-r17c
  57. # Check application requirements
  58. # Check garden requirements
  59. # Compile platform
  60. # Run '/usr/bin/python -m pythonforandroid.toolchain create --dist_name=KivyCrashCourseer --bootstrap=sdl2 --requirements=python3,kivy --arch armeabi-v7a --copy-libs --color=always --storage-dir="/home/programmer/Desktop/.buildozer/android/platform/build" --ndk-api=21'
  61. # Cwd /home/programmer/Desktop/.buildozer/android/platform/python-for-android
  62. [ERROR]: Build failed: python-for-android no longer supports running under Python 2. Either upgrade to Python 3.4 or higher (recommended), or revert to python-for-android 2019.07.08. Note that you *can* still target Python 2 on Android by including python2 in your requirements.
  63. # Command failed: /usr/bin/python -m pythonforandroid.toolchain create --dist_name=KivyCrashCourseer --bootstrap=sdl2 --requirements=python3,kivy --arch armeabi-v7a --copy-libs --color=always --storage-dir="/home/programmer/Desktop/.buildozer/android/platform/build" --ndk-api=21
  64. #
  65. # Buildozer failed to execute the last command
  66. # The error might be hidden in the log above this error
  67. # Please read the full log, and search for it before
  68. # raising an issue with buildozer itself.
  69. # In case of a bug report, please add a full log with log_level = 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement