android development with scala
开发者_开发技巧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 <project dir>
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?
You need to setup the environmental variables for andriod sdk properly. Here is documentation for the andriod command you are trying to execute:
http://developer.android.com/guide/developing/tools/othertools.html#android
精彩评论