problem:
I want to view the database files in my adb device but the option of device file explorer is missing in android studio when flutter project is opened.
possible solution:
.
- 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
.
No comments:
Post a Comment