0

How to Solve this error ?

[2014-05-06 15:21:42 - ahmed] /home/naeem/Downloads/adt-bundle-linux-x86_64-20140321/sdk/build-tools/android-4.4.2/aapt: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory    
user276589
  • 11
  • 5

1 Answers1

0

Try the below commands on terminal,

sudo apt-get install zlib1g
sudo ln -sf /lib/x86_64-linux-gnu/libz.so.1.2.8 /lib/x86_64-linux-gnu/libz.so.1

Now run eclipse. Hope it'll work.

Avinash Raj
  • 77,204
  • 56
  • 214
  • 254