June 9th, 2009 by Chris Moor

Google Announce Android Scripting Environment

The Android Scripting Environment (ASE) will make Android development easier and more accessible for a number of developers who don't want to build a full application.

ASE script editor

The ASE allows developers to develop directly on the Android powered device without the need for a separate computer using Android's development environment.

Scripts can be run interactively in a terminal, started as a long running service, or started via Locale. Python, Lua and BeanShell are currently supported, and we're planning to add Ruby and JavaScript support, as well.

The ASE scripts will allow access to many of the API's that are available to application developers, but according to Google will include a much more simple interface that will make it far easier to:

  • Handle intents
  • Start activities
  • Make phone calls
  • Send text messages
  • Scan bar codes
  • Poll location and sensor data
  • Use text-to-speech (TTS)
  • And more

The Android Scripting Environment can be downloaded from the ASE project page HERE.

[via Google Open source Blog]


Did you enjoy this post? Subscribe to our RSS Feed! or visit the Android Forum!


Latest Android Forum Discussion

Related Posts

Canonical Developers Aim To Get Android Apps Running On Ubuntu
Acer Android Phone Release ‘Likely’ In 2009
Android Security Team On Android Updates And Fixes
Eco2go Android Interview
Google Announce Android Market

2 Responses to “Google Announce Android Scripting Environment”

  1. most importantly, shouldn’t be an entirely new scripting language. why not like Java scripting support, via engines, both callable programmatically or executed standalone scripts

  2. It’s not a new language. It’s an environment for hooking up Lua, Python, BeanShell, and soon Ruby to the Android APIs.

Leave a Reply