Reputation: 1671
I am trying to create an SD card on emulator, but am getting following error:
Failed to create SD card
Can anyone help me with this?
Upvotes: 2
Views: 7412
Reputation: 348
I had faced the same issue on my Linux machine. My solution:
Go to the Tools folder in the Android SDK directory. Make sure you have execute permissions on all files in the location. I had to change permissions to 777 (Read+write+execute) for all files and the issue was resolved.
For a detailed explanation: Wordpress link
UPDATE: A lot of people are facing issues on their 64-bit Windows machines. Please try the StackOverflow threads here and here. Hope these help
Upvotes: 2