When I want to install ADT(Android Development Tools) bundle on Ubuntu 13.10 64bit, I encounter a problem. I just download the tar file of ADT from Google's website, then unzip it and create a HelloWorld project to test whether the develop environment is ready. I ran the project, it is said that "cannot find adb"...I look up in the website. It is tell me to install ia32-libs. But this lib was removed in ubuntu 13.10 source pack.

I try to fix this problem, then it is tell me cannot find libstdc++6.so. I use apt-get to install this lib. After that, the problem still exists. When i use "ldd" to track adb's relying. It tells me i donot install libstdc++6. Finally, i find a solution that i need to install a libstdc++6:i386 for the 32bit version.

更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. 浅谈数据库优化方案
  2. Win10 64位安装个人版SQL2000图文教程
  3. SQL Server触发器和事务用法示例
  4. sqlserver进程死锁关闭的方法
  5. 获取SqlServer存储过程定义的三种方法
  6. SQL注入全过程深入分析
  7. SQL Server表中添加新列并添加描述
  8. SQL Server并行操作优化避免并行操作被抑
  9. sql server几种Join的区别测试方法
  10. SQL Server 获取服务器时间的sql语句