Ubuntu - Error: Failed to create the SD card

后端 未结 18 3073
暖寄归人
暖寄归人 2020-12-22 17:42

I see a lot of posts about writing to the SD card, but I believe my problem is different. I am unable to create the SD card during the process of building an AVD.

I

18条回答
  •  一生所求
    2020-12-22 18:01

    I had the same error like you and I have just solved it, so maybe it can help you (though I don't think your error is caused by the same problem like me).

    I found that all tools in ../tools don't have the permission to excute, so I used

    chmod -R 777 ../tools
    

    from the command line and it finally works

提交回复
热议问题