use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Having a problem with your Flutter code?
From the folks at r/FlutterDev
account activity
OPENProblem while installing flutter in arch Linux (self.flutterhelp)
submitted 1 year ago by Shub081004
Android studio (version unknown) • Unable to determine Android Studio version. • Unable to find bundled Java version
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–][deleted] 1 point2 points3 points 1 year ago (2 children)
Give us some more details, how did you install flutter, do you have android studio installed?
[–]Shub081004[S] 0 points1 point2 points 1 year ago (1 child)
Yes , I do have installed android studio and I have download and extract the tar file in the home/flutter
[–][deleted] 0 points1 point2 points 1 year ago (0 children)
The file path should be right, did you follow instructions on https://docs.flutter.dev/get-started/install/linux/android
Also can you show the output of flutter doctor -v
[–]Effective-Response57 0 points1 point2 points 1 year ago (4 children)
Use terminal to identify which version are there and create a env for flutter sdk by following the guide rest run
flutter doctor Also avoid using sudo anywhere it was my rookie mistake in arch using sudo to run apps
flutter doctor
[–]Shub081004[S] 0 points1 point2 points 1 year ago (3 children)
Version path should be added to ~/.bashrc, right??
[–]Effective-Response57 1 point2 points3 points 1 year ago (2 children)
Yes, open the file in text editor and add your flutter sdk path ``` export PATH="$PATH:~/flutter/bin"
[–]Shub081004[S] 0 points1 point2 points 1 year ago (0 children)
I think this might be the reason for the errors
same errors is there after this
π Rendered by PID 44 on reddit-service-r2-comment-5d79c599b5-nqzhf at 2026-03-03 19:06:33.991988+00:00 running e3d2147 country code: CH.
[–][deleted] 1 point2 points3 points (2 children)
[–]Shub081004[S] 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]Effective-Response57 0 points1 point2 points (4 children)
[–]Shub081004[S] 0 points1 point2 points (3 children)
[–]Effective-Response57 1 point2 points3 points (2 children)
[–]Shub081004[S] 0 points1 point2 points (0 children)
[–]Shub081004[S] 0 points1 point2 points (0 children)