开发者

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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜