3

Is the project Scripting Layer for Android (SL4A) actively developed or used for applications these days?

If not what are the alternatives available for scripting (Python) on android?

It appears to be some what obsolete, no update since 2012.

https://code.google.com/p/android-scripting/downloads/list

Keerthi Bandara
  • 159
  • 1
  • 7

2 Answers2

3

Yes, numerous people have forked the project and are maintaining on github.

https://github.com/kuri65536/sl4a

https://github.com/ainsophical/DROID_PYTHON

michael g
  • 603
  • 7
  • 14
1

Look at the Qpython app on the play market, they have an sl4a libs + kivy and also a pip installer. play

user1835337
  • 656
  • 1
  • 9
  • 32