im very noob still in python and kivy.
Anyways, I'm making a simple android app, which just showing a single label.
Now I'm trying to package that python file to an apk via buildozer.
The buildozer init
works, but then the buildozer -v android debug
doesnt and give an error Unknown command/target android_old
.
Anyone can help me resolve this? Thanks
I know it is too late to answer this question but I had the same problem since I am new to this field too. It seems that buildozer is not compatible with windows, instead you can use Google Colab.
Google Colab provides CPU to run your python code and it is Ubuntu based.
Refer the following link to run your code on Google Colab https://towardsdatascience.com/3-ways-to-convert-python-app-into-apk-77f4c9cd55af