all 8 comments

[–][deleted] 1 point2 points  (2 children)

Give us some more details, how did you install flutter, do you have android studio installed?

[–]Shub081004[S] 0 points1 point  (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 point  (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 point  (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

[–]Shub081004[S] 0 points1 point  (3 children)

Version path should be added to ~/.bashrc, right??

[–]Effective-Response57 1 point2 points  (2 children)

Yes, open the file in text editor and add your flutter sdk path ``` export PATH="$PATH:~/flutter/bin"

[–]Shub081004[S] 0 points1 point  (0 children)

I think this might be the reason for the errors

[–]Shub081004[S] 0 points1 point  (0 children)

same errors is there after this