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

repackage_gradle_wrapper.sh should check if curl is present #15413

Closed
sadaks-me opened this issue Mar 11, 2018 · 6 comments
Closed

repackage_gradle_wrapper.sh should check if curl is present #15413

sadaks-me opened this issue Mar 11, 2018 · 6 comments
Labels
platform-android Android applications specifically t: gradle "flutter build" and "flutter run" on Android tool Affects the "flutter" command-line tool. See also t: labels.

Comments

@sadaks-me
Copy link

Got this error while installing Flutter SDK from Android Studio as well as running Flutter Doctor from terminal. Need Help!! Thank you.
screenshot from 2018-03-12 02-07-21

@xster
Copy link
Member

xster commented Mar 11, 2018

Does which curl return anything?

Either your Linux distro doesn't come with curl, solvable by sudo apt-get install curl (and can be helped with #14050) or your .bashrc is misconfigured (if /usr/bin/ isn't in your echo $PATH).

@sadaks-me
Copy link
Author

That worked (sudo apt-get install curl).. Thanks a lot

@xster xster changed the title Error installing Flutter: null returned 127 repackage_gradle_wrapper.sh should check if curl is present Mar 12, 2018
@xster xster added platform-android Android applications specifically tool Affects the "flutter" command-line tool. See also t: labels. t: gradle "flutter build" and "flutter run" on Android labels Mar 12, 2018
@xster
Copy link
Member

xster commented Mar 12, 2018

Will keep the bug open to make sure we check for curl on the system and show a better error message.

@xster xster reopened this Mar 12, 2018
@sadaks-me
Copy link
Author

Sure..

@BondarenkoStas
Copy link

Closing since it's fixed in #27295 v1.2.1

@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 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
platform-android Android applications specifically t: gradle "flutter build" and "flutter run" on Android tool Affects the "flutter" command-line tool. See also t: labels.
Projects
None yet
Development

No branches or pull requests

3 participants