Ubuntu 64位 无法安装Android SDK解决办法

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

Ubuntu 64位 无法安装Android SDK,错误提示:bash: /home/****/platform-tools/adb: No such file or directory

明显已经在platform-tools目录,存在adb。结果还是找不到。那是因为Ubuntu 64位不支持android SDK,

结果在网上查找,解决办法:

apt-get install ia32-libs

当然,最有力的说法还是看android的官方文档:http://developer.android.com/sdk/installing/index.html

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