Tushar Yadav
Tushar Yadav

Reputation: 103

Unable to compile a python script using buildozer

I am using win 32 python 2.7 and kivy 1.8.0 but on compiling using buildozer for creating an Android app it is showing the following error:

C:\Python27\Scripts>buildozer android debug deploy
I check configuration tokens
Unknown command/target android

Upvotes: 6

Views: 8332

Answers (1)

brousch
brousch

Reputation: 1072

Although buildozer works on Windows, python-for-android does not. You need to use OSX or Linux to make an APK with Kivy. Kivy provides a Linux virtual machine for your convenience.

Upvotes: 6

Related Questions