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
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
The text was updated successfully, but these errors were encountered:
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.
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 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 repoThe text was updated successfully, but these errors were encountered: