android - Ubuntu - Error: Failed to create the SD card -
i see lot of posts writing sd card, believe problem different. unable create sd card during process of building avd.
i tried use android sdk , avd manager this, selecting
name: my_avd
target: android 2.2 - api level 8
sd card: size: 1024 mib
skin: built-in: default (hvga)
hardware: property: abstracted lcd density, value: 160
this pops window message:
"result of creating avd 'my_avd':
error: failed create sd card."
i tried repeat process command line, receiving similar error:
alex@alex-desktop:~$ android create avd -n my_avd -t 1 -c 1024m android 2.2 basic android platform. wish create custom hardware profile [no]no error: failed create sd card.
attempting follow instructions using mksdcard equally unproductive; think basic lack of linux experience may causing me problem here. when try use mksdcard, reports cannot find file or directory. mksdcard tool available use way in linux?
alex@alex-desktop:~$ mksdcard 1024m ./sdcard.iso bash: /home/alex/android-sdk-linux_x86/tools/mksdcard: no such file or directory alex@alex-desktop:~$ sudo android create avd -n my_avd -t 1 -c 1024m
i've added android tools directory path variable, feel there else i'm missing. perhaps kind of access rights?
attempting run android command sudo did not seem either:
alex@alex-desktop:~/android-sdk-linux_x86/tools$ sudo ./android create avd -n my_avd -t 1 -c 1024m android 2.2 basic android platform. wish create custom hardware profile [no]no error: failed create sd card.
i tried installing eclipse , adt plugin , running manager there no avail. tips appreciated. advanced warning of novice linux user, if seems no-brainer obvious thing check, still have missed it.
thanks!
so found problem. using 64-bit linux install, did not have ia32-libs package installed default. mksdcard utility not run without package. after installing it, able build avd without problem using avd manager.
Comments
Post a Comment