[android-beginners] why can't i build an AVD with a 2G SD card?

2010-05-23 Thread Robert P. J. Day
just jumping into using the android 2.2 SDK and emulator on my ubuntu 10.04 system, and an initial attempt to build a virtual device with a 2G card gave me Error: SD Card size must be at least 9MB. um ... huh? i verified that sizes of 256M, 512M, 1G and 1.5G all work, but 2G is weirdly

Re: [android-beginners] why can't i build an AVD with a 2G SD card?

2010-05-23 Thread Xavier Ducrohet
Are you using SDK tools revision 6? There was a bug in revision 5 when it tested the value. On Sun, May 23, 2010 at 2:24 AM, Robert P. J. Day rpj...@crashcourse.ca wrote:  just jumping into using the android 2.2 SDK and emulator on my ubuntu 10.04 system, and an initial attempt to build a

Re: [android-beginners] why can't i build an AVD with a 2G SD card?

2010-05-23 Thread Robert P. J. Day
On Sun, 23 May 2010, Xavier Ducrohet wrote: Are you using SDK tools revision 6? There was a bug in revision 5 when it tested the value. latest and greatest: android-sdk_r06-linux_86.tgz on (64-bit) ubuntu 10.04. rday --