android-scripting - Scripting Layer for Android brings scripting languages to Android. - Google Project Hosting

Scripting Layer for Android (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, in the background, or via Locale. Python, Perl, JRuby, Lua, BeanShell, JavaScript, Tcl, and shell are currently supported, and we're planning to add more. See the SL4A Video Help playlist on YouTube for various demonstrations of SL4A's features.

SL4A is designed for developers and is alpha quality software. Please report bugs and feature requests on the issues list. You can download the current APK by scanning or clicking the following barcode:



To install SL4A, you will need to enable the "Unknown sources" option in your device's "Application" settings.

Still have questions? Check out the FAQ, discussion list, or join #sl4a on freenode.
Want to learn more?

Start by reading "Introducing SL4A: The Scripting Layer for Android" by Pieter Greyling and "Packaging and Distributing" by Paul Ferrill. These are the intellectual property of Apress and are excerpt from the books "Practical Android Projects" and "Pro Android Python with SL4A."

You can buy "Practical Android Projects" on Amazon or directly from Apress.

Apress is happy to provide 25% off the price of the "Practical Android Projects" eBook. Simply enter the special code "SL4APROJECTROCKSHLDD" upon checkout when purchasing the eBook here. Offer expires 12/30/11.

You can buy "Pro Android Python with SL4A" directly from Apress.

Apress is also happy to provide 25% off the price of the "Pro Android Python with SL4A" eBook. Simply enter the special code "THESL4APROJECTROCKS" upon checkout when purchasing the eBook here. Offer expires 12/30/11.
What's Powered by SL4A?

Want to see SL4A in action? Check out some of these cool SL4A powered projects:
Rockets

SL4A was used by the Nexus One payload for sensor logging. See the article in Make for more information about the project.


更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. Android中通过view.getContext获取Activi
  2. Android中JNI的使用方法
  3. Android(安卓)LayoutInflater深入分析及
  4. LeadTools Android(安卓)入门教学――运
  5. [Android] Android(安卓)Badge技术分析
  6. android 进程与线程 - 开发文档翻译 - 线
  7. 如何演示你的App?Android录制Gif动态图教
  8. Android开发:最全面、最易懂的Android屏幕
  9. Android面试之---谈谈你对Android(安卓)N
  10. Android进程间通讯——使用Kotlin实现AID