Device File Explorer option missing in Flutter Android Studio

久未见 提交于 2020-11-28 04:43:05

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!