Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/damonkohler/sl4a
SL4A brings scripting languages to Android by allowing you to edit and execute scripts and interactive interpreters directly on the Android device.
https://github.com/damonkohler/sl4a
Last synced: 20 days ago
JSON representation
SL4A brings scripting languages to Android by allowing you to edit and execute scripts and interactive interpreters directly on the Android device.
- Host: GitHub
- URL: https://github.com/damonkohler/sl4a
- Owner: damonkohler
- License: apache-2.0
- Created: 2013-09-27T10:11:09.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-03-27T12:42:56.000Z (7 months ago)
- Last Synced: 2024-10-01T12:11:04.549Z (about 1 month ago)
- Language: C
- Homepage:
- Size: 295 MB
- Stars: 2,431
- Watchers: 305
- Forks: 800
- Open Issues: 318
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-android - Android Scripting - Allows to run scripting languages on Android. (Libraries / Other)
- AwesomeInterpreter - sl4a
- awesome-android-libraries - sl4a
- awesome-android - Android Scripting - Allows to run scripting languages on Android. (Libraries / Other)
- awesome-android-cn - 官网
README
#Scripting Layer for Android (SL4A)
SL4A brings scripting languages to Android by allowing you to edit and execute
scripts and interactive interpreters directly on the Android device. These
scripts have access to many of the APIs available to full-fledged Android
applications, but with a greatly simplified interface that makes it easy to get
things done.Scripts can be run interactively in a terminal and in the background. Python,
Perl, JRuby, Lua, BeanShell, JavaScript, Tcl, and shell are currently supported,
and we're planning to add more. See the [SL4A Video
Help](http://www.youtube.com/playlist?list=PL07A81E6CE96F158B) playlist on
YouTube for various demonstrations of SL4A's features.SL4A is designed for developers and is _alpha_ quality software.
##Disclaimer
* Even though a lot of contributors are working for Google, this is not an
official Google product.
* SL4A is no longer under active development. However, some forks of this
project may be.##Documentation
The original Google Code wiki has been converted to Markdown and is available in the wiki
branch. A few of the most important pages are:* [FAQ](https://github.com/damonkohler/sl4a/blob/wiki/FAQ.md)
* [User Guide](https://github.com/damonkohler/sl4a/blob/wiki/UserGuide.md)
* [API Reference](https://github.com/damonkohler/sl4a/blob/wiki/ApiReference.md)##Issues
Issues have been migrated from Google Code. However, this probject is no longer under active development. Consider responding to and filing new issues against an active fork.
##Support
Support for SL4A is provided by the community on the [project mailing
list](https://groups.google.com/forum/#!forum/android-scripting).