android-sdks/build-tools/17.0.0/aapt:加载共享库时出错:libz.so.1:无法打开共享对象文件:没有这样的文件或目录

android-sdks/build-tools/17.0.0/aapt:加载共享库时出错:libz.so.1:无法打开共享对象文件:没有这样的文件或目录

问题描述:

我刚刚在 64 位 fedora 14 的全新安装中安装了 eclipse、android sdk 和 jdk,但是当我创建一个新项目时,我在控制台中收到以下错误:

I just installed eclipse, the android sdk and jdk on a fresh installation for 64 bit fedora 14 , but by the time i create a new project i am getting the following error in the console:

android-sdks/build-tools/17.0.0/aapt: 加载共享时出错库:libz.so.1:无法打开共享对象文件:没有这样的文件或目录

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

我使用的是 64 位机器,我需要安装一些 32 位驱动程序,所以我正在尝试安装:

i am using a 64bit machine and i need to install some 32bit drivers, so i am trying to install:

sudo apt-get install ia32-libs 阅读软件包列表...完成构建依赖树...完成 E: 找不到包 ia32-libs

sudo apt-get install ia32-libs Reading Package Lists... Done Building Dependency Tree... Done E: Couldn't find package ia32-libs

谁能帮我解决64位fedora 14机器libz.so.1问题

Anyone help me how to resolve 64bit fedora 14 machine libz.so.1 problems

运行 Kubuntu 13.10 (x64) 并且我使用了 lib32z1,它为我修复了它.

Running Kubuntu 13.10 (x64) and I used lib32z1, which fixed it for me.

sudo apt-get install lib32z1