简体   繁体   中英

Build android project using Ant

I need to make an auto build system. I have a library project and 5 other projects that references this library project. My rquirement is like if I type "ant project_name" in command prompt corresponding project should be build. I have downloaded Ant in my system. But I dont know how to script it and where to create the script. I have gone through many tutorials. But did not get an idea. I am new to Ant. Please help me.

EDIT Where i need to write the script to build the project?can anyone give me an example of building a project using Ant?

You just need to do a good google search.

Here's a thorough walkthrough:

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM