How To Build Android Apps with Jenkins

Click for: original source

Digital ocean article you will learn how to setup Jenkins to build Android apps. It will mostly talk about the new build system called Gradle.

Article will guide you through:

  • Installation of Android SDK
  • Configuring the Android SDK
  • configuring Jenkins
  • Setting up the Job

The Jenkins instance can hold more than 1 job. And gradle can also sign the apps automatically. Complete example code for build is attached.

[Read More]

Tags app-development cicd devops