Could not compile python script using buildozer

I use win 32 python 2.7 and kivy 1.8.0, but when compiling using buildozer to create an Android application, the following error appears:

C:\Python27\Scripts>buildozer android debug deploy
I check configuration tokens
Unknown command/target android
+4
source share
1 answer

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

+5
source

Source: https://habr.com/ru/post/1545806/


All Articles