Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Device File Explorer missing in Android Studio [duplicate]

I'm a beginner developer and I use flutter, I wanted to download databases inside my app in the emulator within Android Studio. But no matter where I search, I can't find the Device File Explorer in the android studio, the only thing I find about it is in settings and it's a completely blank page (there is only the path where to download things).

This is well usually people tell me to go

Picture 1

Picture 2

like image 271
GRC Avatar asked Oct 29 '20 05:10

GRC


People also ask

Where is device file explorer Android Studio?

You can start Android Device Monitor from the Android Studio (green robot icon on the toolbar, to the left of the help icon). From the ADM, select the device/emulator, then select the File Explorer tab.

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.

Why is it showing no device in Android Studio?

Install the USB driver for your Android device. Enable USB debugging on your Android device. If necessary, install the Android development tools (JDK/SDK/NDK).


1 Answers

For Normal Android Development, it's easy. Just go to

View -> Tool Windows -> Device Manager

But in Flutter Development, it's a little bit tricky.

First you have to Configure your Android Development with Flutter to see the Device Manager option.

Steps: Click on the bottom right option where it says Event Log and then Press Configure Now Done!

No go to the same path again which was

View -> Tool Windows 

and here you can see the Device Manager is visible now. Event Log

like image 109
Maz341 Avatar answered Oct 06 '22 04:10

Maz341