原因: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