Search code examples
android-studioflutter

Device option not visible in android studio


Devices option in android studio toolbar is not visible due to which run option is not enabled I have cloned my project from my git repository.

You can see device option is not visible

-You can see the device option is not visible. -I have updated my android studio also dart and flutter plugin is updated to latest version. -I have used all possible option like Invalidate cache/Restart, Update the studio

Also while running the command as flutter doctor device is available

Expected Result enter image description here


Solution

  • -I solved it by setting up the path of the dart from flutter SDK

    go to File | Settings | Languages & Frameworks set path to flutter\bin\cache\dart-sdk