在使用Eclipse 和 Android SDK 过程中
出现下面错误
error while loading shared libraries: libz.so.1: cannot open shared object file:
No such file or directory
原因 : 没有32位兼容库
解决方法:
sudo apt-get install lib32z1 lib32z1-dev
如果还不能解决,参考 http://askubuntu.com/questions/147400/problems-with-eclipse-and-android-sdk