I have done this, but for some reason Android SDK has to be weird, so you have to download the SDK seperately and then create a properties file in to root of the project with the path to the Android SDK. Everyone then also has to have their own version of this file, since the path is likely different. You also have to make sure that everyone downloads the same version of the SDK. (also the path to the SDK cannot have any spaces)
Why can it not be like other Gradle dependencies, where Gradle will just download the files automatically?
Why can it not be like other Gradle dependencies, where Gradle will just download the files automatically?