I am using Mac Yosemite. Getting the following failure on running a build for android platform :
FAILURE: Build failed with an exception. * What went wrong:
I've got this problem on Arch Linux on clean Cordova. To debug this I followed @CapeCorder answer and found that this was missing zlib library. Simply installed it
zlib
sudo pacman -S lib32-zlib
And works well ;)