↧
Jenkins, Robolectric, & Gradle
Recently I was working on a project to integrate Robolectric, a great Android unit testing framework which doesn’t require an emulator to run. I ran into a few ridiculous issues that I never...
View ArticleAndroid Dependency Management: A Saga
I’ve been having quite a time playing around with dependency management on Android. I am following the typical Model-View-Controller design pattern, and I’ve got an internal library that I want to...
View ArticleCircle CI and gradle.properties
Recently I was working on getting a Circle CI build up and running for an Android project, and ran into a bit of trouble getting it to work with my gradle.properties file. Here’s an...
View Article