Running python from an Android application

I am trying to run a python script through an application that I wrote. I found several pages that say this piece of code does this, but I cannot understand.

http://code.google.com/p/android-scripting/source/browse/android/AndroidScriptingEnvironment/src/com/google/ase/locale/LocaleReceiver.java

Can someone explain what is happening and how can I edit this to run an arbitrary script file in my project directory?

+3
source share
1 answer

Source: https://habr.com/ru/post/1743266/


All Articles