Almost all Android projects work out of the box.
Run './gradlew tasks'. Do you see a task named 'assembleRelease'? Then Buildozer will be able to build it.
Almost all Android projects work out of the box.
Run './gradlew tasks'. Do you see a task named 'assembleRelease'? Then Buildozer will be able to build it.
I need to compile a simple Kivy project. I uploaded it to GitHub ( https://github.com/RemoRemovich/hello-world ), then created a project at buildozer.io website, but it doesn't compile. The compiler says, that it doesn't contain project files. What am I doing wrong and what is project files? Is main.py file not enough? Do I need to upload Kivy distribution to my GitHub project also? I'd like to use buildozer.io for compilation, but I don't understand how to use it and what am I doing wrong. Could you help me please?
Hello Boris,
The Kivy project is unrelated to the Buildozer.io service despite sharing the same name. Buildozer.io is used to build native apps only.
2 Comments