问题
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. But the same is visible when i open android module or simply an android project.I want to view the device files in flutter project itself
回答1:
Open Flutter project and check the Event Log if Android framework is detected. If so, click Configure and you're done.
回答2:
I'm experiencing the same problem, and I haven't found a real solution for it.
The least inconvenient workaround I've found is to create a new "blank" Android project, and then simply using "File -> Open Recent >" and open it in a new Android Studio window whenever I need to use the Device File Explorer.
You can still keep the Flutter project open in the existing Android Studio window and switch between them.
来源:https://stackoverflow.com/questions/51608762/device-file-explorer-option-missing-in-flutter-android-studio