Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is the SD card of eclipse android emulator in windows?

Where I can see the SD card directory of the eclipse android emulator is located in windows? I have created and deleted 2-3 AVDs each with 512, 1024mb SD cards so I don't want to get that space wasted. If I find it out I can directly delete it from windows. Does that space allocated for the SD card be automatically unallocated after I delete the AVD? I created the AVD card from the AVD edit option window.

like image 309
Mukund Avatar asked Feb 04 '14 06:02

Mukund


2 Answers

Yes, you can see the SD-card of emulator.

Go to DDMS -> Click on Filer Explorer -> Mnt ->SD-card where you can see all your file.

If you don't find Sd-card inside DDMS then might be you have not allocated space for SD-card if it is so then add it like this

enter image description here

After allocating space you will be able to use that space as SD-card.

Does that space allocated for the SD card be automatically unallocated after I delete the AVD?

Yes when you delete AVD it will automatically delete all the file which you have created and un-allocate space.

like image 95
InnocentKiller Avatar answered Nov 15 '22 07:11

InnocentKiller


You can use the DDMS perspective to view and manipulate files stored is SD card.

Read this too about Emulator SD cards

See these answers too.

like image 28
gilonm Avatar answered Nov 15 '22 05:11

gilonm