Reputation: 49
Actually I am trying to create a SD Card space on my Android Emulator and I'm succeed into it. But the problem is that the folder of MyFile, is not available on Android Virtual device when i look for it on a click of a Apps option. And also not showing the space available when I look into the settings --> Storage.
But when i transferred one of Application into the sd card it shows the Total space and available space in sd card but still not able to found the folder of SD card memory.
How am I found it help me out please......
Thanks in Advance For any help or suggestion...............
Upvotes: 1
Views: 7550
Reputation: 755
Click on DDMS, select your Emulator from devices. From FileExplorer select mnt/sdcard. This is the path for the emulator's SDCard. But to look for installed application follow Riteeka's answer.
Upvotes: 1
Reputation: 31
There is no folder named MyFile in emulator, and You can browse sdcard contents in FileExplorer. The path following sdcard is FileExplorer -> Data/Data/mnt/sdcard.
I think this might help you!!
Upvotes: 0