That was very very helpful, i think it should be at least documented
if not put in the update avd app.
Thanks, with you permission, i'd like to make a post about this on my
blog at http:\\developReality.blogspot.com
E.
On May 9, 5:44 pm, Raphael <[email protected]> wrote:
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to