Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proposal for android-sdk to have a installer script #12

Open
2 tasks done
tdevinda opened this issue Feb 15, 2019 · 2 comments · Fixed by #16
Open
2 tasks done

Proposal for android-sdk to have a installer script #12

tdevinda opened this issue Feb 15, 2019 · 2 comments · Fixed by #16

Comments

@tdevinda
Copy link

About the tool

Android SDK is used to build Android applications. The SDK itself in a server would not mean much to development. But for CI/CD tasks, the SDK needs to be installed and the SDK T&Cs need to be checked as Yes.
We could offer users to download a certain SDK version which is needed (the entire suite is in a docker image managed by Uber and its 6Gb) to build that particular app and run CI/CD pipelines on it.

How the "cURL & bash" command be

For vanilla installation of latest SDK

curl https://installer.to/android-sdk | bash

For SDK version customizations

curl https://installer.to/android-sdk/v27 | bash

Checklist

  • I checked the Issues list and I'm sure I'm not duplicating an existing request
  • I checked the Pull Request list and I'm sure I'm not proposing for a tool that is about to get added

I request the community to consider my proposal and cast your votes by commenting,

  • +1 if you like to see an installer script for this tool in this repo
  • -1 if you do not like to see an installer script for this tool in this repo
@agentmilindu
Copy link
Contributor

+1 for the proposal, I think we have to extend the API functionality to get https://installer.to/android-sdk/v27 working

@vibhorgupta-gh
Copy link
Contributor

vibhorgupta-gh commented Feb 26, 2019

Partially done in #16

For extending the functionality of the API, I'm thinking of an endpoint like https://installer.to/<package>/<version> and using the version parameter as an environment variable for the installation scripts.

@agentmilindu agentmilindu linked a pull request Feb 8, 2020 that will close this issue
agentmilindu pushed a commit that referenced this issue Jul 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants