非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

原文地址:https://www.cnblogs.com/lipeil/p/2630015.html