Download List

專案描述

The Android Scripting Environment (ASE) 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 handle intents, start activities, make phone calls, send text messages, scan bar codes, poll location and sensor data, use text-to-speech, and more. Scripts can be run interactively in a terminal, started as a long running service, or started via Locale. Python, Perl, JRuby, Lua, BeanShell, and Bourne shell are currently supported.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-03-07 23:18
r17

Tcl was added as a supported language. User interface APIs were added for displaying various dialogs. The API browser was updated to provide code generation. Long tap on a method to insert it into the script editor. The editor now automatically completes parentheses, brackets, and quotes. The terminal and editor have a fullscreen mode and font size selection in preferences. Alert manager APIs were added for regularly triggering scripts. A speech recognition API was added. Live folder support was added. Long tap on a home screen to add a live folder of ASE scripts. The Python API now uses namedtuples instead of dicts.

2009-12-24 06:00
r15

Cupcake support and bugfixes.

2009-11-02 18:14
r14

New features were added and bugs were fixed. Donut and Eclair are now supported. Support for Cupcake was discontinued.

2009-09-23 05:41
r13

This release begins a new versioning scheme, and separate versioning for interpreter archives. It has feature enhancements and bugfixes.

Project Resources