What is the easiest way to make APK file from python scripts on Windows OS? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

What is the easiest way to make APK file from python scripts on Windows OS?

What is the easiest way to package for android or iOS from python scripts? I used kivy; it needs Buildozer, or Python-for-android. Both of them are hard to use & Buildozer is just for Linux, not Windows. Recently I found PyMob website; But it even hasn't a download link or install instructions... Actually python is easy to make scripts; But why it's very hard to package and make a single executable for any platform?? I red even the EXE files released for Windows has a little python interpreter with it. It makes the program size bigger & more messy folders for just a simple program. Unfortunately 'kivy designer' removed from the last version of kivy. Is there any good GUI designer for python to make android or iOS apps?

8th Dec 2019, 6:12 PM
Khashayar Saghafi
Khashayar Saghafi - avatar
2 Answers
+ 2
Yeah building APK with buildozer is indeed a tedious task! Plus yep, buildozer has a limitation of only supporting Linux systems. But, still, you can create apk using buildozer on windows! Have you heard of Buildozer VM? Just check it out. It makes the work a l'il bit easier. But, overall, yeah building APK with buildozer, in general, is just so damn messy and buggy that I literally had to run it for like 1000s of times for one freaking simple apk!
9th Dec 2019, 11:59 AM
Шащи Ранжан
Шащи Ранжан - avatar
+ 1
Is it true that the easiest way to make android apps is B4A?
28th Dec 2019, 7:40 PM
Khashayar Saghafi
Khashayar Saghafi - avatar