Re: [android-developers] Re: Using sd-card in 4.0 emulator

2012-01-05 Thread Kostya Vasilyev
If you create the emulator from the command line (using "android create avd"), you can specify your own paths. I used it to create emulators in a directory without spaces (to work around spaces in C:\Documents and Settings), and the entire emulator directory / file structure stayed within the spec

[android-developers] Re: Using sd-card in 4.0 emulator

2012-01-05 Thread Dirk Vranckaert
I prefer Mac (or even Linux) but my employer enforces me to use Windows so yeah... :-) But here's what I just found (posted it already): Ok I found the problem, the "my documents" directory is set to be in D:\DVRANCKA . So when the AVD manager creates an AVD it's places under D:\DVRANCKA\.android

Re: [android-developers] Re: Using sd-card in 4.0 emulator

2012-01-05 Thread Mark Murphy
On Thu, Jan 5, 2012 at 9:42 AM, Dirk Vranckaert wrote: > I did the check and am running on the latest versions. > > But I noticed something strange. When I open my AVD manager and want > to create a new AVD it's not created on disk (although I can see the > AVD and all it's preferences in AVD appl

[android-developers] Re: Using sd-card in 4.0 emulator

2012-01-05 Thread Dirk Vranckaert
Ok I found the problem, the "my documents" directory is set to be in D:\DVRANCKA . So when the AVD manager creates an AVD it's places under D:\DVRANCKA\.android\avd \...However when I want to launch an AVD it's looked for in the C:\user \DVRANCKA\.android\avd\... Is there somewhere I can configure

[android-developers] Re: Using sd-card in 4.0 emulator

2012-01-05 Thread Dirk Vranckaert
I did the check and am running on the latest versions. But I noticed something strange. When I open my AVD manager and want to create a new AVD it's not created on disk (although I can see the AVD and all it's preferences in AVD application). I tried deleting all AVD's and manually deleted the .an

Re: [android-developers] Re: Using sd-card in 4.0 emulator

2012-01-05 Thread Mark Murphy
On Thu, Jan 5, 2012 at 9:25 AM, Dirk Vranckaert wrote: > That's what I did. In the "SD Card" part of the add/edit AVD screen > I've entered the size (100MB). I even tried added the hardware > parameter "hw.sdCard: yes". > But none of these things work.. They work in my ICS emulator. Make sure you

[android-developers] Re: Using sd-card in 4.0 emulator

2012-01-05 Thread Dirk Vranckaert
Mark, That's what I did. In the "SD Card" part of the add/edit AVD screen I've entered the size (100MB). I even tried added the hardware parameter "hw.sdCard: yes". But none of these things work.. Kr, Dirk On Jan 5, 3:19 pm, Mark Murphy wrote: > On Thu, Jan 5, 2012 at 9:14 AM, Dirk Vranckaert