Jenkins and Android

This site is the new docs site currently being tested. For the actual docs in use please go to https://www.jenkins.io/doc.

Videos related to Android

As one of the predominant mobile platforms, Android is attractive to a number of developers, but it does bring it’s own set of challenges with it. With an extremely broad set of devices available on the market, building and testing for the matrix of device configurations can be very challenging. With the Android emulator plugin however, it is possible to build and test on a myriad of emulated devices.

When combined with the Google Play Publisher plugin, Android developers can build true continuous delivery pipeline, sending builds to an alpha channel in Google Play for release or further testing.

Android plugins for Jenkins

automate many Android tasks during a build, such as launching/destroying emulators

parses output from the Android lint tool for display and analysis

enables publishing Android APKs directly from Jenkins