Guest User

Untitled

a guest
Sep 26th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.54 KB | None | 0 0
  1. ➜ KES git:(master) ✗ buildozer android debug
  2. # Check configuration tokens
  3. # Ensure build layout
  4. # Check configuration tokens
  5. # Preparing build
  6. # Check requirements for android
  7. # Run 'dpkg --version'
  8. # Cwd None
  9. /bin/sh: dpkg: command not found
  10. # Search for Git (git)
  11. # -> found at /usr/bin/git
  12. # Search for Cython (cython)
  13. # -> found at /usr/bin/cython3
  14. # Search for Java compiler (javac)
  15. # -> found at /usr/lib/jvm/java-8-openjdk/bin/javac
  16. # Search for Java keytool (keytool)
  17. # -> found at /usr/lib/jvm/java-8-openjdk/jre/bin/keytool
  18. # Install platform
  19. # Run 'pip install -q --user "appdirs" "colorama>=0.3.3" "sh>=1.10,<1.12.5" "jinja2" "six"'
  20. # Cwd None
  21. # Apache ANT found at /home/cocoa/.buildozer/android/platform/apache-ant-1.9.4
  22. # Android SDK found at /home/cocoa/.buildozer/android/platform/android-sdk-20
  23. # Android NDK found at /home/cocoa/.buildozer/android/platform/android-ndk-r9c
  24. # Check application requirements
  25. # Check garden requirements
  26. # Compile platform
  27. # Run '/usr/bin/python -m pythonforandroid.toolchain create --dist_name=kes --bootstrap=sdl2 --requirements=kivy==master,git+https://gitlab.com/kivymd/KivyMD.git,python3 --arch x86 --copy-libs --color=always --storage-dir=/home/cocoa/KES/.buildozer/android/platform/build'
  28. # Cwd /home/cocoa/KES/.buildozer/android/platform/python-for-android-master
  29. [INFO]: Recipe kivy: version "master" requested
  30. [INFO]: Will compile for the following archs: x86
  31. [INFO]: Found Android API target in $ANDROIDAPI
  32. [INFO]: Available Android APIs are (15, 19)
  33. [INFO]: Requested API target 19 is available, continuing.
  34. [INFO]: Found NDK dir in $ANDROIDNDK
  35. [INFO]: Got NDK version from $ANDROIDNDKVER
  36. [INFO]: Using Google NDK r9c
  37. [INFO]: Found virtualenv at /usr/bin/virtualenv
  38. [INFO]: ccache is missing, the build will not be optimized in the future.
  39. [INFO]: Found the following toolchain versions: ['4.6', '4.8', 'clang3.3']
  40. [INFO]: Picking the latest gcc toolchain, here 4.8
  41. [INFO]: No existing dists meet the given requirements!
  42. [INFO]: No dist exists that meets your requirements, so one will be built.
  43. [ERROR]: Didn't find any valid dependency graphs.
  44. [ERROR]: This means that some of your requirements pull in conflicting dependencies.
  45. [ERROR]: Exiting.
  46. # Command failed: /usr/bin/python -m pythonforandroid.toolchain create --dist_name=kes --bootstrap=sdl2 --requirements=kivy==master,git+https://gitlab.com/kivymd/KivyMD.git,python3 --arch x86 --copy-libs --color=always --storage-dir=/home/cocoa/KES/.buildozer/android/platform/build
Add Comment
Please, Sign In to add comment