Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is "File Explorer" in IntelliJ?

If I wanted to browse files, export databases, etc. on Android Emulator in Eclipse, I used File Explorer.

I cannot find this tool in IntelliJ and it seems that Android does not have its own GUI tool.

Does IntelliJ have this tool or I'd have to use adb console tool?

like image 242
sandalone Avatar asked Feb 01 '11 17:02

sandalone


2 Answers

Although, IntelliJ does not have the File Explorer (like Eclipse has), we can use Android SDK native tool DDMS. You can find it in /tools/ folder. Start it, let it connect to Emulator's process and then open its File Explorer (Device/File Explorer). It has the same functionalities like Eclipse's plug-in.

like image 88
sandalone Avatar answered Jan 01 '23 09:01

sandalone


There is a FileExplorer in IntelliJ.

You cand find it via the IntelliJ toolbar: Tools -> Android -> Monitor

like image 35
qgicup Avatar answered Jan 01 '23 10:01

qgicup