Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Buildozer Unknown command/target android_old

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

like image 518
John Nicolas Avatar asked Nov 08 '17 10:11

John Nicolas


1 Answers

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

like image 52
Dheenadhayalan Avatar answered Oct 25 '22 03:10

Dheenadhayalan