Ubuntu - Error: Failed to create the SD card

后端 未结 18 3069
暖寄归人
暖寄归人 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条回答
  •  -上瘾入骨i
    2020-12-22 17:50

    Also had this problem and after installing the i386 package I was able to create a SD-card for my Android emulator I had to do two steps

    sudo apt-get update
    sudo apt-get install ia32-libs
    

    After this was finished, I was able to create an emulator with a SD-card attached

提交回复
热议问题