Search code examples
androidpythonubuntukivybuildozer

Buildozer building an Android Kivy app returns Command failed


I'm creating an app in Kivy and tried to build it on a Buildozer virtual machine. I followed this tutorial to set it up. Running the buildozer android debug command returns this error.

I am not very experienced in Ubuntu so I've hit a wall. sf_WKND is the shared folder where main.py is stored along with everything else. I haven't altered the buildozer.spec file except for log_level=2. In dependencies I used the Android on Ubuntu 16.04 (64bit) commands. (Which I'm not sure is even correct, I don't have a clue which one to use so I figured the latest one)


Solution

  • If anyone ever visits here having the same problem - all I had to do was move the project folder to the VM (I moved it to Desktop). Shared folders was somehow messing it up.