I'm trying to put my gradle build inside container. I want to redirect the download of the SDK manager to a specific folder. So I set ANDROID_HOME without anything inside.
When I run the gradlew, It not download the SDK because the ANDROID_HOME is set. Even if only .android-sdk exists but empty.
Is i a way to specify where to download android-sdk?
Thank
I'm trying to put my gradle build inside container. I want to redirect the download of the SDK manager to a specific folder. So I set ANDROID_HOME without anything inside.
When I run the gradlew, It not download the SDK because the ANDROID_HOME is set. Even if only .android-sdk exists but empty.
Is i a way to specify where to download android-sdk?
Thank