Advertisement
Guest User

Untitled

a guest
Aug 18th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.09 KB | None | 0 0
  1. isaac@isaac-VirtualBox:~/Desktop/tusko_roller$ buildozer android debug deploy run -v
  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. Debian 'dpkg' package management program version 1.19.0.5 (amd64).
  10. This is free software; see the GNU General Public License version 2 or
  11. later for copying conditions. There is NO warranty.
  12. # Search for Git (git)
  13. # -> found at /usr/bin/git
  14. # Search for Cython (cython)
  15. # -> found at /home/isaac/.local/bin/cython
  16. # Search for Java compiler (javac)
  17. # -> found at /usr/lib/jvm/java-8-openjdk-amd64/bin/javac
  18. # Search for Java keytool (keytool)
  19. # -> found at /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/keytool
  20. # Install platform
  21. # 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\''
  22. # Cwd None
  23. # Apache ANT found at /home/isaac/.buildozer/android/platform/apache-ant-1.9.4
  24. # Android SDK found at /home/isaac/.buildozer/android/platform/android-sdk
  25. # Android NDK found at /home/isaac/.buildozer/android/platform/android-ndk-r17c
  26. # Check application requirements
  27. # Check garden requirements
  28. # Compile platform
  29. # Run '/usr/bin/python3 -m pythonforandroid.toolchain create --dist_name=tukoroller --bootstrap=sdl2 --requirements=python3,kivy --arch armeabi-v7a --copy-libs --color=always --storage-dir="/home/isaac/Desktop/tusko_roller/.buildozer/android/platform/build" --ndk-api=21'
  30. # Cwd /home/isaac/Desktop/tusko_roller/.buildozer/android/platform/python-for-android
  31. [INFO]: Will compile for the following archs: armeabi-v7a
  32. [INFO]: Found Android API target in $ANDROIDAPI: 27
  33. [INFO]: Available Android APIs are (27)
  34. [INFO]: Requested API target 27 is available, continuing.
  35. [INFO]: Found NDK dir in $ANDROIDNDK: /home/isaac/.buildozer/android/platform/android-ndk-r17c
  36. [INFO]: Found NDK revision 17.2.4988734
  37. [INFO]: Getting NDK API version (i.e. minimum supported API) from user argument
  38. [INFO]: Found virtualenv at /home/isaac/.local/bin/virtualenv
  39. [INFO]: ccache is missing, the build will not be optimized in the future.
  40. [INFO]: Found the following toolchain versions: ['4.9']
  41. [INFO]: Picking the latest gcc toolchain, here 4.9
  42. [INFO]: Of the existing distributions, the following meet the given requirements:
  43. [INFO]: tukoroller: min API 21, includes recipes (hostpython3, libffi, openssl, sdl2_image, sdl2_mixer, sdl2_ttf, sqlite3, python3, sdl2, six, pyjnius, android, kivy), built for archs (armeabi-v7a)
  44. [INFO]: tukoroller has compatible recipes, using this one
  45. # Build the application #3
  46. # Copy application source from /home/isaac/Desktop/tusko_roller/home/isaac/Desktop/tusko_roller/main.py
  47. # Package the application
  48. # project.properties updated
  49. # Gradle project detected, copy files /home/isaac/Desktop/tusko_roller/.buildozer/android/platform/build/dists/tukoroller/src/main/java
  50. # Run '/usr/bin/python3 -m pythonforandroid.toolchain apk --debug --bootstrap=sdl2 --dist_name tukoroller --name \'Tu(s)ko Roller\' --version 69.420 --package org.test.tukoroller --android_api 27 --minsdk 21 --ndk-api 21 --private /home/isaac/Desktop/tusko_roller/.buildozer/android/app --orientation portrait --window --copy-libs --arch armeabi-v7a --color=always --storage-dir="/home/isaac/Desktop/tusko_roller/.buildozer/android/platform/build" --ndk-api=21'
  51. # Cwd /home/isaac/Desktop/tusko_roller/.buildozer/android/platform/python-for-android
  52. [INFO]: Will compile for the following archs: armeabi-v7a
  53. [INFO]: Getting Android API version from user argument: 27
  54. [INFO]: Available Android APIs are (27)
  55. [INFO]: Requested API target 27 is available, continuing.
  56. [INFO]: Found NDK dir in $ANDROIDNDK: /home/isaac/.buildozer/android/platform/android-ndk-r17c
  57. [INFO]: Found NDK revision 17.2.4988734
  58. [INFO]: Getting NDK API version (i.e. minimum supported API) from user argument
  59. [INFO]: Found virtualenv at /home/isaac/.local/bin/virtualenv
  60. [INFO]: ccache is missing, the build will not be optimized in the future.
  61. [INFO]: Found the following toolchain versions: ['4.9']
  62. [INFO]: Picking the latest gcc toolchain, here 4.9
  63. [INFO]: Of the existing distributions, the following meet the given requirements:
  64. [INFO]: tukoroller: min API 21, includes recipes (hostpython3, libffi, openssl, sdl2_image, sdl2_mixer, sdl2_ttf, sqlite3, python3, sdl2, six, pyjnius, android, kivy), built for archs (armeabi-v7a)
  65. [INFO]: tukoroller has compatible recipes, using this one
  66. [INFO]: Of the existing distributions, the following meet the given requirements:
  67. [INFO]: tukoroller: min API 21, includes recipes (hostpython3, libffi, openssl, sdl2_image, sdl2_mixer, sdl2_ttf, sqlite3, python3, sdl2, six, pyjnius, android, kivy), built for archs (armeabi-v7a)
  68. [INFO]: tukoroller has compatible recipes, using this one
  69. [INFO]: -> directory context /home/isaac/Desktop/tusko_roller/.buildozer/android/platform/build/dists/tukoroller
  70. WARNING: Received a --sdk argument, but this argument is deprecated and does nothing.
  71. BUILD FAILURE: No main.py(o) found in your app directory. This
  72. file must exist to act as the entry point for you app. If your app is
  73. started by a file with a different name, rename it to main.py or add a
  74. main.py that loads it.
  75. # Command failed: /usr/bin/python3 -m pythonforandroid.toolchain apk --debug --bootstrap=sdl2 --dist_name tukoroller --name 'Tu(s)ko Roller' --version 69.420 --package org.test.tukoroller --android_api 27 --minsdk 21 --ndk-api 21 --private /home/isaac/Desktop/tusko_roller/.buildozer/android/app --orientation portrait --window --copy-libs --arch armeabi-v7a --color=always --storage-dir="/home/isaac/Desktop/tusko_roller/.buildozer/android/platform/build" --ndk-api=21
  76. #
  77. # Buildozer failed to execute the last command
  78. # The error might be hidden in the log above this error
  79. # Please read the full log, and search for it before
  80. # raising an issue with buildozer itself.
  81. # 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