Running Python on Android in ADB Shell -
i have python script (2.7, can make python 3 work) part of bigger testing framework, i'd able run on android.
i know there various projects creating applications based on python, that's not i'm interested in. i'm interested in simplest way make python command line executable available running on android platform i'm connected via adb shell. workflow i'm aiming @ this:
<host> $ adb shell <and. device>$ <path1>/python <path2>/script.py <arguments>
i know crystax ndk offers python environment consistently crashes memory errors when script ends.
Comments
Post a Comment