+ 1
I need some help while converting Python exe file into an apk for Android on Windows
I made a simple game with Python/Pygame and now I want to test it on my phone. But I can't find any way to make Python file (or Python exe) an apk file. I'm using Windows 10 on my computer. I already tried Kivy but it looks like it is for Linux only. Thanks for answers đ
5 Answers
+ 1
@Trashbox but are you sure it works on Windows to, because I already tried Kivy and it looked like it works on Linux only.
And I'm using Windows.
+ 1
I have Android on my phone and Windows on computer. My Python (Python exe) file is on computer (so on Windows).
I did some research on Google for Termux and all hits were for Linux and I don't want that.
0
Download Termux at Android, install on it with dpkg Kivy, and build with instruction.
0
@Tim you not have Android?
0
@Tim Termux have it Debian package install tool. Search in google Kivy build for own distributive and arm architecture, install it's on Termux with dpkg, transport Python file to phone and build with Kivy on Termux.