tags:

views:

28

answers:

1

Hi, I am not able to view SDCard folder in FileExplorer of DDMS in Android. But I was able to view SDCard folder when I used adb command from command prompt like below:
androidsdk\tools>adb shell
$ ls
I am able to view list of folders when I typed ls in which I can see sdcard folder from the list of folders .my doubt how can we view the sdCard option in Eclipse using FileExplorer.Also I want I want to delete or insert some files in sdcard.How can this be possible for me.can anyone hel me in sorting out this issue. Thanks in advance.

A: 

You can download Astro file explorer from marketplace to do this. It is free.

omermuhammed