64位下,创建AVD,会出现如下错误:

[2012-05-05 22:42:45 - SDK Manager] Failed to create the SD card.
[2012-05-05 22:42:45 - SDK Manager] Failed to create sdcard in the AVD folder.
 
解决方案:原因是ubuntu64位的,必须安装ia32-libs的包,意思是64位的ubuntu安装32位软件必须安装这个包,安装方法:
 
sudo apt-get install ia32-libs

 

相关文章:

  • 2022-01-31
  • 2022-02-10
  • 2021-10-18
  • 2022-12-23
  • 2021-05-13
  • 2021-07-17
  • 2022-12-23
  • 2021-12-31
猜你喜欢
  • 2021-12-24
  • 2021-05-05
  • 2022-12-23
  • 2022-12-23
  • 2021-04-09
  • 2021-06-18
  • 2022-01-23
相关资源
相似解决方案