I just installed eclipse, android sdk and jdk on a new installation for 64-bit fedora 14, but by the time I create a new project, I get the following error in the console:
android-sdks / build-tools / 17.0.0 / aapt: error loading shared libraries: libz.so.1: cannot open shared objects file: no such file or directory
I am using a 64-bit machine and I need to install some 32-bit drivers, so I am trying to install:
sudo apt-get install ia32-libs Reading mailing lists ... Done Building Dependency tree ... Done E: Could not find ia32-libs package
Help me solve how to solve 64-bit problems with Linux libz.so.1 system.
install 32-bit drivers
Prafull Chauhan Jun 10 '13 at 9:03 2013-06-10 09:03
source share