error while loading shared libraries: libz.so.1: cannot open shared object file

/home/catia/android-sdks/platform-tools/aapt: 
error while loading shared libraries: libz.so.1: cannot open shared object file: 
No such file or directory

其实这个问题就是你64位的操作系统没有32位的类库,而android的SDK是要32位支持的,如果没装就只能是报上面的错!
打开终端运行下面的命令:

sudo apt-get update
sudo apt-get install ia32-libs
运行第二个命令时有可能会说找不到或者被其它的所替代,然后再把终端列出的安装就好了.
http://blog.csdn.net/i_love_lm/article/details/17269125

你可能感兴趣的:(Error)