I have installed the Android SDK tools 20, it used to work when I was using 18
but now when I try to create a VM I got this error http://d.pr/i/lXup which is related to the sdcard .. I tried to create a card manually and attach it to the device .. but the device stuck on the android logo and thats it .. am using titanium so here is the log [INFO] logfile = C:\Users\ccccc\My Documents\Titanium Studio Workspace\cc APP\build.log [INFO] Launching Android emulator...one moment [INFO] Creating 64M SD card for use in Android emulator [INFO] Creating new Android Virtual Device (13 WXGA800) [ERROR] Invalid argument size '64M' [ERROR] [ERROR] mksdcard: create a blank FAT32 image to be used with the Android emulator [ERROR] usage: mksdcard [-l label] <size> <file> [ERROR] [ERROR] if <size> is a simple integer, it specifies a size in bytes [ERROR] if <size> is an integer followed by 'K', it specifies a size in KiB [ERROR] if <size> is an integer followed by 'M', it specifies a size in MiB [ERROR] if <size> is an integer followed by 'G', it specifies a size in GiB [ERROR] [ERROR] Minimum size is 9M. The Android emulator cannot use smaller images. [ERROR] Maximum size is 1099511627264 bytes, 1073741823K, 1048575M or 1023G Error: 'C:\Users\ccccc\.titanium\titanium_13_WXGA800.sdcard' is not recognized as a valid sdcard value. Value should be: 1. path to an sdcard. 2. size of the sdcard to create: <size>[K|M] [ERROR] Exception occured while building Android project: [ERROR] Traceback (most recent call last): [ERROR] File "C:\Users\cccc\AppData\Roaming\Titanium\mobilesdk\win32\2.1.0.GA\android\builder.py", line 2199, in <module> [ERROR] s.run_emulator(avd_id, avd_skin, avd_name, avd_abi, add_args) [ERROR] File "C:\Users\cccc\AppData\Roaming\Titanium\mobilesdk\win32\2.1.0.GA\android\builder.py", line 476, in run_emulator [ERROR] avd_name = self.create_avd(avd_id, avd_skin, avd_abi) [ERROR] File "C:\Users\cccc\AppData\Roaming\Titanium\mobilesdk\win32\2.1.0.GA\android\builder.py", line 438, in create_avd [ERROR] inifilec = open(inifile,'r').read() [ERROR] IOError: [Errno 2] No such file or directory: 'C:\\Users\\cccc\\.android\\avd\\titanium_13_WXGA800.avd\\config.ini' -- 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

