Android Scripting Environment(ASE)是Google针对Android操作系统发布的一个小工具。ASE将脚本语言带入Android,允许用户编辑和执行脚本,直接在Android设备上运行交互式解释器,目前支持Python, Perl, JRuby, Lua, BeanShell, JavaScript, Tcl, shell,以后将会增加更多的语言的支持。

改进内容:
- 该版本新增了 Tcl 编程语言;
- 增加用于显示各种不同对话框的UI接口;
- 增加语言识别API;
- 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;
- 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;
下载地址: http://code.google.com/p/android-scripting/downloads/list
下载或了解更多关于
Android Scripting Environment(ASE) 的信息请点击
这里