15

PLEASE HELP. My AVD is not running as I have posted at AVD not running. I tried to create a new AVD but get this error

Throwable: Failed to create the SD card.

How to solve this? Really need help seriously...Thanks

Community
  • 1
  • 1
Hoo
  • 1,806
  • 7
  • 33
  • 66
  • 1
    Assuming you are running windows. Try this: "Go to Android SDK directory -> Right click Tools folder > Properties > Go to tab "Security" > Select "Users" > Edit > Select "full control", save and close it. – Naveed Nov 04 '15 at 17:17

4 Answers4

10

EmptyThrowable: Failed to create the SD card.

UBUNTU: Open your terminal and install this

sudo apt-get install lib32stdc++6

jazzbpn
  • 6,441
  • 16
  • 63
  • 99
9

The solution in my case, Fedora 24, was to install the 32-bit version of the glibc and libgcc libraries.

$ sudo dnf install glibc.i686
$ sudo dnf install libgcc.i686

I hope it will helps you.

3

Whats your logcat throws

Throwable: Failed to create the SD card.

At First you need to download the Android SDK, launch the Android SDK Manager, install the Android SDK Platform-tools . Then check Install Intel HAXM .I hope it will helps you .

Community
  • 1
  • 1
IntelliJ Amiya
  • 74,896
  • 15
  • 165
  • 198
1

Go to your android studio and android sdk folders and make all directory and files executable by this command :

chmod +x -R *
ofskyMohsen
  • 1,121
  • 1
  • 12
  • 26