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

Reconsidering allowing developers to download just the Android SDK tools #9747

Closed
sethladd opened this issue May 3, 2017 · 11 comments
Closed
Labels
a: first hour The first hour of using Flutter tool Affects the "flutter" command-line tool. See also t: labels.

Comments

@sethladd
Copy link
Contributor

sethladd commented May 3, 2017

So I'm installing Flutter for Windows, watching the 1.8GB download chug along. And I'm wondering "why do I need the entire Android Studio? I just need the SDK". So I go to https://developer.android.com/studio/index.html and at the bottom are the links for just the CLI tools. At just 132MB. And I really want to download only those.

capture3

I remember at one point it was hard to download just the SDK. But, now that these links are on the page that we direct users to anyway (and, other than being below the fold, don't seem to be hidden), I wonder if we can revisit our policy, and support our users that only need to download the SDK?

@abarth
Copy link
Contributor

abarth commented May 3, 2017

Sure, we can revisit it. We might need SDK+gradle.

@sethladd
Copy link
Contributor Author

sethladd commented May 3, 2017

Great! Thanks :) Also, my hard drive thanks you.

cc @mit-mit can you queue this up to take a look?

@sethladd sethladd added the tool Affects the "flutter" command-line tool. See also t: labels. label May 3, 2017
@Hixie
Copy link
Contributor

Hixie commented May 3, 2017

We used to only need the SDK, but we moved to also needing Gradle, which is why we tell people to get the whole studio thing.

Ideally we'd automatically download the relevant parts (SDK, gradle, whatever) and not have to show the user anything at all (except maybe the EULA prompt if relevant).

@sethladd
Copy link
Contributor Author

sethladd commented May 3, 2017

I'm hopefull there's a way to download gradle without the Studio.

@mit-mit
Copy link
Member

mit-mit commented May 3, 2017 via email

@Hixie
Copy link
Contributor

Hixie commented May 3, 2017

Yes, that would be ideal. SDK and Gradle and everything we need. :-)

@trekkerghost
Copy link

trekkerghost commented May 13, 2017

@sethladd I had the same question. I really didn't want to have two IDE's
So I went and installed the android command line tools, used sdkmanager to install platforms;android-25, build-tools;25.0.3, installed gradle-3-5 from its website and ran flutter doctor to to finish installing the Flutter SDK and related tools.
Created a sample project using the IntelliJ idea and ran it. It just worked.

@zoechi
Copy link
Contributor

zoechi commented Feb 21, 2019

Related to #9401

@iapicca
Copy link
Contributor

iapicca commented Nov 1, 2019

Hi @sethladd is this issue still meant to be open?

@iapicca iapicca added waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds and removed waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds labels Nov 1, 2019
@jmagman jmagman added this to Awaiting triage in Tools - installer / upgrade review Jan 10, 2020
@christopherfujino
Copy link
Member

Closing this as we no longer require Android Studio.

@github-actions
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
a: first hour The first hour of using Flutter tool Affects the "flutter" command-line tool. See also t: labels.
Projects
Development

No branches or pull requests

8 participants