Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Empty File Explorer in Eclipse DDMS

I am trying to access db files on my Android phone through Eclipse's DDMS. However, file explorer is empty. Ive tried restarting adb server, restarting eclipse, and it still does not work. My phone can be seen under 'My Devices' and is shown to be online.

Any idea why this is happening and what can be the solution?

Thanks.

like image 265
thebernardlim Avatar asked Jan 27 '13 15:01

thebernardlim


2 Answers

DDMS will not show the device file system. You can only view the file system of your emulator.

like image 72
V Sriram Avatar answered Nov 04 '22 00:11

V Sriram


What you have to do is first launch the emulator ,then go the Window->show view -> other -> Android -> devices.Then you will be able to select the device that is online,now go the file explorer,which which will show all the files related to that specific device.Another point need to be noted here is ,the files in the file explorer varies from device to device

like image 29
Vamsi Pavan Mahesh Avatar answered Nov 04 '22 01:11

Vamsi Pavan Mahesh