0

after installing android studio and setting up flutter and dart I've noticed that I can't seem to run anything, when I watch tutorials they always have a green arrow shaped button and some other functionalities, all of which are gray on my screen and don't really do anything. here's a picture...enter image description here

I suspect it has something to do with the 'no devices' but i'm confused because I have an android phone connected to my laptop.

thanks in advance!

spe301
  • 1
  • 3

1 Answers1

0

From a console window which has the Flutter directory in the path (see above), run the following command to see if there are any platform dependencies you need to complete the setup or not working: C:\flutter>flutter doctor

This command checks your environment and displays a report of the status of your Flutter installation. Check the output carefully for other software you may need to install or further tasks to perform