JakeWharton / sdk-manager-plugin

DEPRECATED Gradle plugin which downloads and manages your Android SDK.
Apache License 2.0
1.41k stars 132 forks source link

Support SDK download/install in arbitrary (non-home) directory #6

Closed alecplumb closed 10 years ago

alecplumb commented 10 years ago

In our build system, the home directory is not mounted, so we need the SDK to be able to be downloaded even if the specified $ANDROID_HOME directory does not exist (or to have some other way to specify the SDK installation directory).

JakeWharton commented 10 years ago

Would you want to specify it via ANDROID_HOME or do you think it should be done in another way? I think i'm fine with it using ANDROID_HOME and downloading it if missing.

alecplumb commented 10 years ago

For a CI system I think ANDROID_HOME makes sense, because the location will be system/environment specific. I wouldn't want to have to specify it in build.gradle.

JakeWharton commented 10 years ago

Cool. I'll try to get that in this week. On Apr 1, 2014 1:13 PM, "alecplumb" notifications@github.com wrote:

For a CI system I think ANDROID_HOME makes sense, because the location will be system/environment specific. I wouldn't want to have to specify it in build.gradle.

Reply to this email directly or view it on GitHubhttps://github.com/JakeWharton/sdk-manager-plugin/issues/6#issuecomment-39252790 .

JakeWharton commented 10 years ago

10ebe5907d84599b5f2cda70c7fb318d0fabd8e4

Will release by the end of the week.