Failed to create SD card (& in AVD Folder)
Solution 1:
I just ran into the same issue on my Ubuntu Trusty development machine. You can fix this error
error while loading shared libraries libgcc_s.so.1: cannot open shared object file: No such file or directory
by installing the corresponding 32bit library:
sudo apt-get install libgcc1:i386
I wish Google would stop requiring a 32 bit development platform, Android is the only reason I'm still carrying 32 bit libraries around.