Hi everybody!
I am quite new on this, so probably I am making some beginner mistake...

I am trying to use the "mksdcard.exe" tool to create a sd image for the 
emulator, but I am getting this error: "Invalid argument size". Below you 
can find the log.
My system is:

- Windows 7, 64bits.
- Using Android SDK Tools 24.4.1

Any help would be really appreciated!
Thanks so much!

Julian.


D:\opt\android\sdk\tools>mksdcard 100M image.img
Invalid argument size '100M'

mksdcard: create a blank FAT32 image to be used with the Android emulator
usage: mksdcard [-l label] <size> <file>

  if <size> is a simple integer, it specifies a size in bytes
  if <size> is an integer followed by 'K', it specifies a size in KiB
  if <size> is an integer followed by 'M', it specifies a size in MiB
  if <size> is an integer followed by 'G', it specifies a size in GiB

Minimum size is 9M. The Android emulator cannot use smaller images.
Maximum size is 1099511627264 bytes, 1073741823K, 1048575M or 1023G

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/ff0c92ee-a694-4577-8df8-02ae07f74278%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to