views:

186

answers:

1

Hi I am new to Android. How to use System memory as a SD Card in the Android 1.5 Emulator.I am using Eclipse IDE.

A: 

You can specify SD card when creating AVD. Or you can specify -sdcard option in Eclipse Run Configuration - Target tab - Additional Emulator Command Line Options.

http://developer.android.com/guide/developing/tools/emulator.html#sdcard

Fedor