android - Automated my builds -
i have multiple app , android project want automated in build , release sequence. have ant script build , create apk of app. want have 1 script or ant file start build sequence app. maybe don't konw search, can't find easy documentation on ant.
the point of use jenkins ant (or maven, i'm not sure of difference between them now) automated build sequence when people commit on project.
any int appreciated
maven dependencies (over ant) don't need pass around jars. recommend maven on ant day. syntax , overall process easier understand, @ end of both build tools. if able to, more recommend upgrading gradle. easy create different build types , create them ./gradlew assemble
here project jake wharton can see power of gradle. there release , debug build, can make lot more if like. https://github.com/jakewharton/u2020
here android docs gradle http://tools.android.com/tech-docs/new-build-system/user-guide. if can't find looking here, check out main gradle guide http://www.gradle.org/documentation
if can't upgrade use gradle let me here , dig info on maven / ant you.
Comments
Post a Comment