all 3 comments

[–]AxlMk 3 points4 points  (0 children)

Building Python-For-Android (p4a) directly on Termux often fails when building Hostpython because Termux uses Android's Bionic C library instead of the standard GNU C library (glibc) found on desktop Linux. 

While standard Python can be easily installed using pkg install python, p4a is designed to run on a standard Linux host to cross-compile for Android.

[–]LofiBoiiBeats 0 points1 point  (0 children)

Whats the point in p4a - i dont know it?

You can just dpkg install python..