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

ubuntu 64位设置兼容32位 for ADB 命令无法运行

时间:2014-10-17 13:38:50      阅读:173      评论:0      收藏:0      [点我收藏+]

标签:android   http   os   ar   for   on   html   ad   ef   

在虚拟机上Ubuntu系统里安装ADT开发工具,配置好环境后导入Android工程报错:

找不到Adb命令:

ubuntu 12.04 64位设置兼容32位的实现
REF:http://www.2cto.com/os/201210/159883.html


My configure is as follows:

1. **Newwork setting:etc/apt/apt.conf
2. sudo echo "deb http://archive.ubuntu.com/ubuntu/ raring main restricted universe multiverse" >/etc/apt/ sources.list.d/ia32-libs-raring.list
sudo apt-get update


3. sudo apt-get install ia32-libs
4. lib32z1 lib32ncurses5 lib32bz2-1.0
sudo apt-get install lib32z1
sudo apt-get install lib32ncurses5
sudo apt-get install lib32bz2-1.0


5. **sudo apt-get install libc6:i386 libgcc1:i386 gcc-4.6-base:i386 libstdc++5:i386 libstdc++6:i386
sudo apt-get install g++-multilib

6 finally OK

sudo apt-get remove ****

草稿,待修正

ubuntu 64位设置兼容32位 for ADB 命令无法运行

标签:android   http   os   ar   for   on   html   ad   ef   

原文地址:http://www.cnblogs.com/permanent2012moira/p/4030654.html

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