Scripting Layer for Android
Appearance
The Scripting Layer for Android (abridged as SL4A, and previously named Android Scripting Environment) is a library allows the creation and running of scripts written in various scripting languages directly on Android devices.
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, in the background, or via Locale (which can trigger based on location).
Currently supported languages are:
- Python
- Perl
- JRuby
- Lua
- BeanShell
- JavaScript
- Tcl
- Shell