You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 19, 2018. It is now read-only.
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?
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