SL4A on Andriod 5.1.1 or more

Head here: https://github.com/kuri65536/python-for-android/blob/master/README.md Get the apks for both the SL4A and Python. Install them and test it Note: The SL4A project was moved from Google code to Github I tried installing the interpreter from within the SL4A, but it did not install properly Installation was tested by running a sample Python script to backup the call log

Solved : Remote control of SL4A from computer

I setup the remote control SL4A environment. C:\Windows\system32>set AP_PORT=9999 C:\Windows\system32>adb forward tcp:9999 tcp:55407 When trying to import android from the command line python interface I got this error C:\Windows\system32>python Python 2.7.3 (default, Apr 10 2012, 23:31:26) [MSC v.1500 32 bit (Intel)] on win 32 Type “help”, “copyright”, “credits” or “license” for more information. >>> import …