原因:This problem is occurring because the Android SDK is compiled for a 32-bit GNU/Linux system, and your Ubuntu system is a 64-bit GNU/Linux system.
解决办法:
sudo apt-get install lib32stdc++6
参考:http://askubuntu.com/questions/147400/problems-with-eclipse-and-android-sdk
解决Android SDK在64位Ubuntu上的问题
本文介绍了一个常见问题,即Android SDK在64位Ubuntu系统上运行时出现的问题,并提供了解决方案。原因是Android SDK为32位系统编译,而Ubuntu为64位。解决方法是安装lib32stdc++6库。

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



