Advertisement
Guest User

Untitled

a guest
Sep 15th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. rogrammer@programmer-virtual-machine:~/Desktop$ buildozer android debug
  2. # Check configuration tokens
  3. # Ensure build layout
  4. # Check configuration tokens
  5. # Preparing build
  6. # Check requirements for android
  7. # Install platform
  8. # Apache ANT found at /home/programmer/.buildozer/android/platform/apache-ant-1.9.4
  9. # Android SDK found at /home/programmer/.buildozer/android/platform/android-sdk
  10. # Android NDK found at /home/programmer/.buildozer/android/platform/android-ndk-r17c
  11. # Installing/updating SDK platform tools if necessary
  12. ^Z
  13. [1]+ Stopped buildozer android debug
  14. programmer@programmer-virtual-machine:~/Desktop$ pygubu-designer
  15. python version: 3.5.2 on linux
  16. pygubu version: 0.9.8.2
  17. WARNING:pygubu.designer:Not allowed at root level, tk.Canvas is not a container.
  18. WARNING:pygubu.designer:Not allowed at root level, tk.Canvas is not a container.
  19. programmer@programmer-virtual-machine:~/Desktop$
  20. programmer@programmer-virtual-machine:~/Desktop$ git clone https://github.com/ohaz/buildozer-gui.git
  21. Cloning into 'buildozer-gui'...
  22. remote: Enumerating objects: 111, done.
  23. remote: Total 111 (delta 0), reused 0 (delta 0), pack-reused 111
  24. Receiving objects: 100% (111/111), 23.26 KiB | 0 bytes/s, done.
  25. Resolving deltas: 100% (68/68), done.
  26. Checking connectivity... done.
  27. programmer@programmer-virtual-machine:~/Desktop$ pygubu-designerpython version: 3.5.2 on linux
  28. pygubu version: 0.9.8.2
  29. programmer@programmer-virtual-machine:~/Desktop$ buildozer android debug # Check configuration tokens
  30. # Ensure build layout
  31. # Check configuration tokens
  32. # Preparing build
  33. # Check requirements for android
  34. # Install platform
  35. # Apache ANT found at /home/programmer/.buildozer/android/platform/apache-ant-1.9.4
  36. # Android SDK found at /home/programmer/.buildozer/android/platform/android-sdk
  37. # Android NDK found at /home/programmer/.buildozer/android/platform/android-ndk-r17c
  38. # Installing/updating SDK platform tools if necessary
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement