How do I build a app with Python in android? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How do I build a app with Python in android?

How do I build a app with Python and what else does Python need?

10th Dec 2021, 3:59 PM
AaM
4 Answers
+ 3
Hi, you need to install an terminal emulator like Termux, (there are many termux startup guides in google) when you get your termux ready, execute this command (pkg install python) to install latest compatible python versión in your phone, is like a shell, to run python scripts just (python scriptname.py), I also reccomend you installing a IDE from the playstore. Another way to develop python in phone is with the applicattion Pydroid3 (not bester than running in termux) (sorry for my bad english)
10th Dec 2021, 4:03 PM
Yosman Rodriguez
Yosman Rodriguez - avatar
10th Dec 2021, 4:00 PM
Ananya | Inactive |
Ananya | Inactive | - avatar
+ 1
Thanks😊
10th Dec 2021, 4:06 PM
AaM
+ 1
Use Kivvy
11th Dec 2021, 11:51 AM
Sonic
Sonic - avatar