简体   繁体   中英

Build Jenkins: Android project with dependencies

I use Jenkins as an integration server. And, I try to build an Android project which contains many project dependencies without using Maven. So I want to ask how can I do this task?

You want to use a "free-style software project" . You'll need to create an Ant build file and add your dependencies manually.

You could also look into using Ivy to manage your dependencies if you don't want to use Maven.

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