[android-developers] Re: sdcard in avd SDK 1.5

2009-04-28 Thread nEx.Software
It should automatically use the image created during creation of the AVD. On Apr 28, 8:52 am, longhairedsi longhaire...@googlemail.com wrote: Hello, I've been trying to figure out how to use the sdcard that was generated when I created the avd file for the emulator in SDK 1.5 r1. In

[android-developers] Re: sdcard in avd SDK 1.5

2009-04-28 Thread Raphael
When you create your AVD you can use the --sdcard argument this way: $ android create avd ... --sdcard 16M or $ android create avd ... --sdcard /path/to/existing/img The former will create a new AVD with a new sdcard.img file of the requested size. The second form will use the provided image