AndroidSDK Android SDK development environment Docker image Goals It contains the complete Android SDK enviroment, is able to perform all regular Android jobs. Solves the problem of "It works on my machine, but not on XXX machine". Some tool
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}