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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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