I need some help while converting Python exe file into an apk for Android on Windows | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grátis
+ 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 😊

1st Sep 2017, 3:59 PM
Tim Thuma
Tim Thuma - avatar
5 Respostas
+ 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.
1st Sep 2017, 4:11 PM
Tim Thuma
Tim Thuma - avatar
+ 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.
1st Sep 2017, 4:23 PM
Tim Thuma
Tim Thuma - avatar
0
Download Termux at Android, install on it with dpkg Kivy, and build with instruction.
1st Sep 2017, 4:04 PM
Trashbox
Trashbox - avatar
0
@Tim you not have Android?
1st Sep 2017, 4:21 PM
Trashbox
Trashbox - avatar
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.
1st Sep 2017, 4:27 PM
Trashbox
Trashbox - avatar