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. Android(安卓)Volley框架
  2. 透明Dialog的实现.
  3. Android(安卓)9 使用okhttp3报错 CLEARTE
  4. android的一些知识小记
  5. android osmdroid 实现谷歌地图之定位 替
  6. Android(安卓)解决打包时提示65536问题
  7. Android学习笔记(13):帧布局FrameLayout
  8. AndroidO SystemUI-QuickSettings
  9. 深入理解Android中的Handler机制
  10. ScrollView嵌套Linearlayout显示不全的解