非IDE android 项目

1、创建android 项目

android create project --target <targetID> --path <projectPath> --activity <activityName> --package <packageName>

其中 targetID 通过 命令 android list target 获取

2、编译 ant debug  # 或者ant release发布模式

 

参考网址:http://rain-2372.iteye.com/blog/713021

posted @ 2012-08-09 11:59  lipeil  阅读(159)  评论(0编辑  收藏  举报