[android-developers] AVD Manager can't create SD Card error

2012-08-19 Thread Dev Guy
Hello I am developing on Linux x64 using Eclipse Juno and I am getting the following error when I use the AVD Manager to create a device. [2012-08-19 15:16:43 - SDK Manager] Failed to create the SD card. [2012-08-19 15:16:43 - SDK Manager] Failed to create sdcard in the AVD folder. I have

Re: [android-developers] AVD Manager can't create SD Card error

2012-08-19 Thread Mark Murphy
How big of a virtual SD card are you trying to create? Usually, I just create a 32MB one. On Sun, Aug 19, 2012 at 3:50 PM, Dev Guy devguy...@gmail.com wrote: Hello I am developing on Linux x64 using Eclipse Juno and I am getting the following error when I use the AVD Manager to create a device.

Re: [android-developers] AVD Manager can't create SD Card error

2012-08-19 Thread Dev Guy
I am creating a 32MB SD Card, this is an odd error! I don't see this on my other machine, I've reinstall eclipse, ATD, and the AVD eclipse plugin and I am still getting this annoying error? Are there any other log that might point me to why I can't seem to create and a SD Card under my own User

Re: [android-developers] AVD Manager can't create SD Card error

2012-08-19 Thread Dev Guy
SOLVED: missing ia32-libs on my Linux x64 sudo apt-get install ia32-libs http://stackoverflow.com/questions/3878445/ubuntu-error-failed-to-create-the-sd-card On Sun, Aug 19, 2012 at 6:36 PM, Dev Guy devguy...@gmail.com wrote: I am creating a 32MB SD Card, this is an odd error! I don't see

Re: [android-developers] AVD Manager can't create SD Card error

2012-08-19 Thread Mark Murphy
On Sun, Aug 19, 2012 at 7:06 PM, Dev Guy devguy...@gmail.com wrote: SOLVED: missing ia32-libs on my Linux x64 sudo apt-get install ia32-libs http://stackoverflow.com/questions/3878445/ubuntu-error-failed-to-create-the-sd-card Yeah, that requirement is mentioned in the Linux setup notes: