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 w开发者_如何学Chich 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.
I had the same problem:
Using Eclipse DDMS File Explorer the content of sdcard was not visible in any folder (CyanogenMod with Android 4.2.2).
The solution was: On the device you have to give ADB root access. Here: Settings / Developer options / Root access
Then the content of sdcard is visible in this folder: /mnt/shell/emulated/0
You can download Astro file explorer from marketplace to do this. It is free.
Try looking into /mnt/sdcard folder instead of /sdcard. I had the same problem.
精彩评论