Y
Y
yahabrovec2018-08-02 15:35:45
Python
yahabrovec, 2018-08-02 15:35:45

Compiling .apk with buildozer?

Hello Toasterians
I'm having trouble compiling an apk file with buildozer.
Here is my code
<

from kivy.app import App

class FirstApp(App):
    pass

if __name__ == "__main__":
    FirstApp().run()

It just pops up a window and that's it. When I try to compile it the console outputs this
check configuration tokens
Uknown command/target android-old

Tell me what to do?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question