cant create VM using ADV in windows 7 x64

You must Login before you can answer or comment on any questions.

hi,

i have installed SDK tools 20, it used to work when i was using 18

but now adays 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'

— asked 11 months ago by Mhd Zaher Ghaibeh
1 Comment
  • i have solve it by uninstall all of the java files and reinstall it again ...

    — commented 11 months ago by Mhd Zaher Ghaibeh

Your Answer

This question has been locked and cannot accept new answers.