1、 载ant包:
2、设置环境变量:
3、检查是否设置成功及版本
4、执行命令:
android update project -p . -n “projectname”(例如:android update project --target 1 -p . -n “Couplet”)(只输入红色部分也是可以的)
如果出现下面错误:
Error: The project either has no target set or the target is invalid.
则执行命令(android list)查看targets:
再执行命令:android update project –target 2 -p . -n “Couplet”
之后只执行命令:android update project -p . -n “Couplet” 就OK了;
5、编译,执行命令:ant debug
编译成功!
6、在执行ant debug时,出现The following error occurred while executing this line:错误
解决办法:执行:ant clean 再执行ant debug,一切OK!
备注:当ant clean失败时就用ant clear来搞定!!!
//备注
android list targets
android update project -t 6 -p .
觉得本文对你有用,麻烦点赞或关注或收藏,你的肯定是我创作的无限动力,谢谢!!!