
Let’s see how to use and deploy Jenkins CI flow for Android apps. Specifically, setting up automated unit testing and building projects step-by-step.
Diving into development for Android OS, you’ll probably hear about a thing called unit testing. In fact, development for any platform has a thing for unit testing. And that’s because of a reason.
README: All examples are on Android Studio, Android SDK and Linux (so if you’re not into these, some examples may be hard to follow. Or not ;) We also covered CI server on Mac OS for iOS using GitLab and Fastlane for iOS devs.