A new version (0.2) of Gambit for Android has been released on the Android Market: 

    https://market.android.com/details?id=org.keithflower.gambit

You can read more about Gambit for Android here:

    http://apps.keithflower.org/?page_id=152

Thanks to Steve Graham, Alexander Shendi, Marc Feeley, and others for valuable feedback and suggestions on this version.

Features added:
    A native code crash triggers optional email to the developer with a description and stack backtrace (Java-side problems are already automatically reported).
    Adding a new script adds to the beginning of the script list, rather than to the end.
    User can start the REPL server from the Android menu.

    

Bug fixes:
    Some Java-Native Interface functions were serialized to prevent thread contention.
    Fixed REPL window backspace problem, which caused a StringIndexOutOfBoundsException.
    Changed aviation weather script example - NOAA seems to have altered its web interface.
    Added Gambit tests to the Android version test suite:
      r4rstest.scm
  mix.scm
  debug.scm
  error.scm

What I'm currently working on:
    Incorporating Gambit (iOS) v2.0 changes. 
    Adding user interface preferences, e.g., choose REPL window font size.
    Migrating source to Gambit git repository.