Ubuntu 64 位 Error : Failed to create sdcard in the AVD folder.

字体大小: 中小 标准 ->行高大小: 标准

使用Ubuntu 12.04 64位 创建模拟器的时候出现如下问题:

Error : Failed to create the SD card.

Error : Failed to create sdcard in the AVD folder.

解决办法:

有两个原因

1.设置Android sdk下的tools权限为可执行权限。

2.没有安装ia32-libs的原因,在64位的ubantu下是不能跑32位程序的,除非装了这个。使用sudo apt-get install ia32-libs

此文章由 http://www.ositren.com 收集整理 ,地址为: http://www.ositren.com/htmls/65151.html