+ 1
Is there any program to build .apk file from working .py program with Kivy Framework on smartphone?
Hi! For example I have .py program with Kivy framework, which I can run with python. How can I compile .apk from this on my mobile? I don't have computer, that's why I'm asking about mobile programs.
2 Respuestas
+ 5
You can use Buildozer to make apk file.
See this tutorial
https://kivy.org/doc/stable/guide/packaging-android.html
+ 1
Wow, thanks. Exactly what I need!