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