user2854071
user2854071

Reputation: 31

TFS automated build setup for android application

I am developing an android application. TFS is used for version control. Even the automated build also needs to setup for the android app on TFS server. It would be great If anyone can guilde me on this.

Upvotes: 1

Views: 246

Answers (1)

Daniel Mann
Daniel Mann

Reputation: 59016

This is a really broad question, so I'm giving you a really broad answer:

  1. Install the Java SDK, the Android SDK, and whatever you need to build your application on your build agent(s).
  2. Create a custom build process template (or find one online) that can execute an ANT or Maven script.

Upvotes: 1

Related Questions