This image contains the latest versions of Android SDK and Gradle. Feel free to contribute ;)
docker run -it thedrhax/android-sdk bash
docker run -it -v $(pwd):/home/user/project -w /home/user/project -u $(id -u):$(id -g) thedrhax/android-sdk gradle build
-v android-sdk:/home/user/android-sdk-linux
-v gradle-cache:/home/user/.gradle
-v android-cache:/home/user/.android