ubuntu 64位 无法安装android SDK解决办法
错误提示:bash: /home/****/platform-tools/adb: No such file or directory
明显已经在platform-tools目录,存在adb。结果还是找不到。那是因为ubuntu64位不支持android SDK,
结果在网上查找,解决办法:
apt-get install ia32-libs
当然,最有力的说法还是看android的官方文档:https://developer.android.com/sdk/installing/index.html
最后更新:2017-04-02 16:48:14