java - installing python packages on android -
i want install python package source on android. possible? tried in console run py install files, distutils (.core, ccompiler) isn't being found. possible still install them?
android not ship python interpreter, nor ship gcc
or other compilers. need arm binary somewhere or cross-compile 1 yourself. (btw, i'm assuming arm, substitute in whatever architecture happen running).
Comments
Post a Comment