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

后端 未结 12 1631
没有蜡笔的小新
没有蜡笔的小新 2020-11-29 03:00

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 t

12条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-29 03:18

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

    sudo apt-get install lib32z1

提交回复
热议问题