Saturday, March 11, 2023

[flutter][error] Android Device File Explorer Not Showing Up In Android Studio Tools Menu

 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:

.

  1. Go to Project Structure.

enter image description here

  1. Click tab Modules on the left sidebar.
  2. Click your project and click the plus icon.

enter image description here

  1. Add Android in the Framework

enter image description here

  1. Click OK to finish.

Ref: https://github.com/flutter/flutter-intellij/issues/4994#issuecomment-856999849

.

https://stackoverflow.com/questions/51608762/device-file-explorer-option-missing-in-flutter-android-studio

No comments:

Post a Comment