On Sat, May 9, 2009 at 7:43 AM, Sheepz <[email protected]> wrote: > > is that possible or should i just throw away my AVD and create a new > one with an SD Card?
Hmm that sounds like an option we should add to "android update avd". However you can easily do that manually: 1- find the path where your avd is stored $ SDK/tools/android list avd .... Path: /home/user/.android/avd/myAVD.avd ... 2- create an "sdcard.img" in that directory -- that name is the default and the emulator will pick it up automatically: $ SDK/tools/mksdcard 16M /home/user/.android/avd/myAVD.avd/sdcard.img Run mksdcard without arguments to see the options. Size is something like 128K or 128M. Note that "list avd" will not display it after (it only displays what's in the myAVD.avd/config.ini file... you can add a line like "sdcard=16M" if you want "list avd" to show it. HTH R/ > Thanks, > Sh > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

