I cannot view the sdcard folder in FileExplorer DDMS in Android. But I was able to view the SDCard folder when I used the adb command from the command line, as shown below:
androidsdk\tools>adb shell
$ ls
I can view the list of folders when I typed ls in which I can see the sdcard folder from the list of folders. My doubt is how we can view the sdCard parameter in Eclipse using FileExplorer. I also want me to delete or paste some files into sdcard. How is this possible for me. Can someone help me in solving this problem. Thanks in advance.
source
share