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:
This issue gets resolved by adding xml namespace for phonegap (xmlns:gap="http://phonegap.com/ns/1.0") to config.xml
After adding :
Hope it helps someone facing similar issue.