Android development helper tool Andi, version 0.2.0, released
Version 0.2.0 of Andi has been released as a gem, hosted on gems.neurogami.com.
Source code is available from http://github.com/Neurogami/andi
To install a gem from Neurogami, you need to either add gems.neurogami.com to your gem source list:
sudo gem sources -a http://gems.neurogami.com
... or pass the gem source when installing a particular gem:
sudo gem i andi -source http://gems.neurogami.com
Andi wraps calls to the Android SDK command line tools to make life a bit easier. It allows you to configure assorted default values (such as the package name and the target Google platform) so you don't have to pass those on every call.
It also creates a Rakefile you can use with your Android project to help with common actions, such as compiling, installing, and signing your code.
It's still evolving; features are aded or altered based on what seems to work well or not.
Other code from Neurogami can be found at http://gems.neurogami.com/code/

