Is there any program to build .apk file from working .py program with Kivy Framework on smartphone? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

13th Feb 2020, 11:38 AM
Aaron Lee
Aaron Lee - avatar
2 Answers
+ 5
You can use Buildozer to make apk file. See this tutorial https://kivy.org/doc/stable/guide/packaging-android.html
13th Feb 2020, 11:43 AM
Pedro H.J
Pedro H.J - avatar
+ 1
Wow, thanks. Exactly what I need!
13th Feb 2020, 12:52 PM
Aaron Lee
Aaron Lee - avatar