开发者

Creating an SD card on Android emulator

开发者 https://www.devze.com 2023-03-07 22:20 出处:网络
I am trying to create an SD card on emulator, but am getting following error: 开发者_开发百科Failed to create SD card

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?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消