Error Message: “Failed to create the SD card” when creating a new AVD on Ubuntu 12.04
December 2, 2012 Comments
Error Message:
Failed to create the SD card.
Failed to create sdcard in the AVD folder.
Just ran into this issue while I was setting up my Android development environment on my new laptop running Ubuntu Linux 12.04. I’m currently using the 64-bit build and it turned out that the ia32-libs package is not installed by default.
Installing this package fixes the issue:
sudo apt-get install ia32-libs
Tags: tech, software development, mobile