Software:Scripting Layer for Android

From HandWiki
Short description: Discontinued library for running scripts
SL4A
Original author(s)Damon Kohler
Written inC and Java
Operating systemAndroid
TypeLibrary
LicenseApache License 2.0
Websitegithub.com/damonkohler/sl4a

The Scripting Layer for Android (abridged as SL4A, and previously named Android Scripting Environment or ASE) is a discontinued library that allows the creation and running of scripts written in various scripting languages directly on Android devices.[1][2][3][4] SL4A was designed for developers with its main branch no longer being under active development.[5]

These scripts have access to many of the APIs available to normal Java Android applications, but with a simplified interface. Scripts can be run interactively in a terminal, or in the background using the Android services architecture. Currently supported languages are:

SL4A was first announced by Google in June 2009, and was originally named "Android Scripting Environment" (ASE). It was, however, not an official Google product, even though many of its developers have worked for Google.[5] It was originally developed by Damon Kohler, and had grown through the contributions of many developers.[6][7]

See also

References

External links