Guest User

Untitled

a guest
May 24th, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.25 KB | None | 0 0
  1. kivy@kivy-VirtualBox:~/Repos/kivy/examples/demo/touchtracer$ buildozer android debug
  2. # Check configuration tokens
  3. # Ensure build layout
  4. # Check configuration tokens
  5. # Read available permissions from api-versions.xml
  6. # Preparing build
  7. # Check requirements for android
  8. # Run 'dpkg --version'
  9. # Cwd None
  10. Debian 'dpkg' package management program version 1.19.0.5 (amd64).
  11. This is free software; see the GNU General Public License version 2 or
  12. later for copying conditions. There is NO warranty.
  13. # Search for Git (git)
  14. # -> found at /usr/bin/git
  15. # Search for Cython (cython)
  16. # -> found at /usr/local/bin/cython
  17. # Search for Java compiler (javac)
  18. # -> found at /usr/lib/jvm/java-8-openjdk-amd64/bin/javac
  19. # Search for Java keytool (keytool)
  20. # -> found at /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/keytool
  21. # Install platform
  22. # Run 'pip install -q --user "appdirs" "colorama>=0.3.3" "sh>=1.10" "jinja2" "six"'
  23. # Cwd None
  24. # Apache ANT found at /home/kivy/.buildozer/android/platform/apache-ant-1.9.4
  25. # Android SDK found at /home/kivy/Android/Sdk
  26. # Android NDK found at /home/kivy/Android/android-ndk-r16b
  27. # Check application requirements
  28. # Check garden requirements
  29. # Compile platform
  30. # Run '/usr/bin/python -m pythonforandroid.toolchain create --dist_name=myapp --bootstrap=sdl2 --requirements=kivy --arch armeabi-v7a --copy-libs --color=always --storage-dir=/home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build'
  31. # Cwd /home/kivy/Repos/python-for-android
  32. [INFO]: Will compile for the following archs: armeabi-v7a
  33. [INFO]: Found Android API target in $ANDROIDAPI
  34. [INFO]: Available Android APIs are (27)
  35. [INFO]: Requested API target 27 is available, continuing.
  36. [INFO]: Found NDK dir in $ANDROIDNDK
  37. [INFO]: Got NDK version from $ANDROIDNDKVER
  38. [INFO]: Using Google NDK r9c
  39. Traceback (most recent call last):
  40. File "/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main
  41. "__main__", fname, loader, pkg_name)
  42. File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
  43. exec code in run_globals
  44. File "/home/kivy/Repos/python-for-android/pythonforandroid/toolchain.py", line 978, in <module>
  45. main()
  46. File "/home/kivy/Repos/python-for-android/pythonforandroid/toolchain.py", line 975, in main
  47. ToolchainCL()
  48. File "/home/kivy/Repos/python-for-android/pythonforandroid/toolchain.py", line 512, in __init__
  49. getattr(self, args.subparser_name.replace('-', '_'))(args)
  50. File "/home/kivy/Repos/python-for-android/pythonforandroid/toolchain.py", line 144, in wrapper_func
  51. user_ndk_ver=self.ndk_version)
  52. File "pythonforandroid/build.py", line 342, in prepare_build_environment
  53. raise IOError('Couldn\'t find a virtualenv executable, '
  54. IOError: Couldn't find a virtualenv executable, you must install this to use p4a.
  55. # Command failed: /usr/bin/python -m pythonforandroid.toolchain create --dist_name=myapp --bootstrap=sdl2 --requirements=kivy --arch armeabi-v7a --copy-libs --color=always --storage-dir=/home/kivy/Repos/kivy/examples/demo/touchtracer/.buildozer/android/platform/build
  56. #
  57. # Buildozer failed to execute the last command
  58. # The error might be hidden in the log above this error
  59. # Please read the full log, and search for it before
  60. # raising an issue with buildozer itself.
  61. # In case of a bug report, please add a full log with log_level = 2
Add Comment
Please, Sign In to add comment