When you run the buildozer command, the android debug gives an error. I tried to follow this instruction: https://habrahabr.ru/post/301776/ enter image description here

Error code text:

# Command failed: /usr/bin/python -m pythonforandroid.toolchain create --dist_name=ez --bootstrap=sdl2 --requirements=kivy,math,copy,random --arch armeabi-v7a --copy-libs --color=always --storage-dir=/home/egor/Desktop/Programming/EZ2048/.buildozer/android/platform/build # # Buildozer failed to execute the last command # If the error is not obvious, please raise the log_level to 2 # and retry the latest command. # In case of a bug report, please add a full log with log_level = 2 

Link to the buildozer_spec file: https://yadi.sk/d/_vYUDNNT3MMPVZ ; Note: I use virtualbox ubuntu 16.04.3 because on the computer is Windows.

The second error:

 # Command failed: /home/egor/Android/Sdk/tools/android list sdk -u -e 

enter image description here

  • Can you attach an error text? - Xyanight
  • No problem! Made by - Yegor Zverev
  • Give your specification file with which you are building the project. I am the author of that article, so I’m wondering why you are having problems ... - Xyanight
  • I added a link to the file on the disk. - Egor Zverev
  • Well, you have not specified the used and minimum android api. Also not indicated is the SDK / NDK version. I advise you to use the second method to find the version of the project. Here is the link to my specification - github.com/HeaTTheatR/KivyIssues/blob/master/buildozer.spec . Correct, of course, for yourself. - Xyanight

0