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