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.
本文介绍了在Ubuntu13.10系统中安装ADT(Android Development Tools)时遇到的“找不到adb”问题及解决方案。作者尝试了多种方法最终发现需要安装32位版本的libstdc++6:i386库来解决这个问题。
1302

被折叠的 条评论
为什么被折叠?



