The first thing described in the howto (http://www.assembla.com/wiki/show/scala-ide/Developing_for_Android) is this:
Step 1: Create the ant files for your project:
cd android update project --target 1 --path .
which yields 'command not found'. I'm in the 'workspace/name_of_my_app/' folder.
How do i get to have the 'android' command?