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
I had the same issue on Archlinux.
You need to enable the multilib repository in /etc/pacman.conf:
/etc/pacman.conf
[multilib] Include = /etc/pacman.d/mirrorlist
Update pacman and install the 32 bit version of zlib:
pacman -Suy pacman -S lib32-zlib