Device File Explorer option missing in Flutter Android Studio
Open Flutter project and check the Event Log if Android framework is detected. If so, click Configure and you're done.
- Go to
Project Structure
.
- Click tab
Modules
on the left sidebar. - Click your project and click the
plus
icon.
- Add
Android
in theFramework
- Click
OK
to finish.
Ref: https://github.com/flutter/flutter-intellij/issues/4994#issuecomment-856999849