Hi!
Hm, when you are defining the emulator, there is option on how big the sdcard should be.
About accessing sd-card:
In the eclipse, there is the DDMS perspective. There you should be able to find 'File explorer' view.
This File explorer view browses the sd-card of the emulator, or of the complete system where sd-card
is mounted if defined.
There is also button to send and get files from there.
Or you can use adb command, shell, to upload files.
Or you can install some app (file manager) on emulator that can connect to lan and copy files (es file manager?, astro..? etc..)
Or you can find somewhere the format of the sd-card that the emulator uses, try to mount it somehow with home made utilities,
or existing programs that probably might be find on google.
Or, you can search google for any other solution.
:-)
Best Regards,
Pavol
PS:
http://www.streamhead.com/android-tutorial-sd-card/
http://blog.jayway.com/2009/04/22/working-with-sd-cards-in-the-android-emulator/http://deltafalcon.com/2010/04/mounting-an-android-emulator-sd-card-image-in-windows/
http://developer.android.com/guide/developing/tools/emulator.html...
Google is your friend (probably :-) )