Ubuntu - Error: Failed to create the SD card

后端 未结 18 3064
暖寄归人
暖寄归人 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:02

    After a lot of installing and not getting any result I found this and it worked.

    This happens because some executable files in sdk/tools cannot be executed. Go to your Android Studio and Android SDK folders and make all directory and files executable by this command:

    chmod +x -R *
    

提交回复
热议问题