user3843164
user3843164

Reputation: 379

How to get to the file explorer in android studio

Okay I don't know how to get to the file explorer in android studio. I already tried searching stack overflow and I found the same question I am asking but the solution there didn't work. So with screen shots could someone tell me how to get to the file explorer?

Upvotes: 5

Views: 20292

Answers (2)

CommonsWare
CommonsWare

Reputation: 1007584

For Android Studio 0.8.6, go to Tools > Android > Android Device Monitor in the main menu, to bring up the Android Device Monitor in a separate window. There you will find what amounts a set of Eclipse perspectives, notably the DDMS perspective, which has the File Explorer view.

Upvotes: 8

Jorgesys
Jorgesys

Reputation: 126563

From the main menu go to: Tools > Android > Android Device Monitor

then from the Android Device Monitor´s menu:

Window > Show View > choose: File Explorer

enter image description here

Upvotes: 4

Related Questions