Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Device File Explorer option missing in Flutter Android Studio

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

like image 826
Ayush P Gupta Avatar asked Jul 31 '18 08:07

Ayush P Gupta


People also ask

Where is device file explorer Android Studio?

To open the Device File Explorer window, in Android Studio, select: View / Tool Windows / Device File Explorer.

Where is device file explorer in Android Studio arctic fox?

Click View > Tool Windows > Device File Explorer or click the Device File Explorer button in the tool window bar to open the Device File Explorer.

How do I open Android emulator in flutter?

Choose Device: Open your VS Code and from the bottom right corner of your home screen click on the Flutter Device option. Select Device: When you click on the Flutter Device icon, list of available devices will open up in the command palette. Select the emulator you just created.


1 Answers

Open Flutter project and check the Event Log if Android framework is detected. If so, click Configure and you're done.

like image 96
arazinger Avatar answered Sep 20 '22 04:09

arazinger