码迷,mamicode.com
首页 > 数据库 > 详细

Ubuntu 14.04 LTS 解决adb无法运行 提示adb: No such file or directory 安装ia32-libs

时间:2014-10-31 13:23:14      阅读:157      评论:0      收藏:0      [点我收藏+]

标签:sp   div   bs   ad   c++   安装   file   text   nbsp   

原本用添加旧源的方法不能用了,所以更新一下。

1、打开终端,安装 lib32z1(注意最后一位是数字 1 不是字母 l)

sudo apt-get install lib32z1

2、完成后还需要安装 libstdc++.so.6 这个库(adb需要32位的库):
sudo apt-get install lib32stdc++6


搞定,可以去terminal输入adb命令了。

Ubuntu 14.04 LTS 解决adb无法运行 提示adb: No such file or directory 安装ia32-libs

标签:sp   div   bs   ad   c++   安装   file   text   nbsp   

原文地址:http://www.cnblogs.com/xifanyaoyao/p/4064627.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!