Build Jenkins: Android project with dependencies -


i use jenkins integration server. and, try build android project contains many project dependencies without using maven. want ask how can task?

you want use "free-style software project". you'll need create ant build file , add dependencies manually.

you using ivy manage dependencies if don't want use maven.


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -