Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Failed to create sdcard in the AVD folder in linux fedora?

I have copied android-sdk-linux folder from one PC to another PC, and installed Eclipse and Set appropriate paths (both tools and Platform-tools) but I cannot create any avd.

When I try to create new avd from Android Virtual Device Manager, it only show this error message in console when I click new avd.

[2012-05-29 23:29:27 - SDK Manager] Failed to create the SD card.

[2012-05-29 23:29:27 - SDK Manager] Failed to create sdcard in the AVD folder.

I put my android-sdk-linux folder in /home/nagarjuna/Eclipse/android-sdk-linux

like image 680
NagarjunaReddy Avatar asked Nov 30 '25 21:11

NagarjunaReddy


1 Answers

AVD makes use of the mksdcard utility which requires extra dependencies not provided in Fedora by default.

32-bit Android SDK requires:

yum install glibc.i686 zlib.i686 libstdc++.i686 ncurses-libs.i686

64-bit Android SDK requires:

yum install glibc zlib zlib.i686 libstdc++ ncurses-libs mesa-libGL-devel adb
like image 183
Christian Groleau Avatar answered Dec 02 '25 13:12

Christian Groleau



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!