cordova create
.
You should get a more verbose output by running cordova -d build android
.
Alternatively, to use the underlying cordova-android scripts to build, you can:
cd platforms/android
./cordova/build
OR, to peel away even more layers, you can use the Android ANT script to run the build (which is what the cordova scripts shell out to anyways):
cd platforms/android
ant debug