Error when creating Android Project in Eclipse IDE

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

To fix the above error, open a terminal window and install:
$ sudo apt-get install lib32z1 <enter>