I try to get this working and it\'s driving me nuts:
$ cordova platform add android
The output is:
Creating android project
I too was getting the same error 19. I have no idea about AndroidManifest.xml and where it is supposed to be.
In my case, I fixed the error by running the 'android' command from the console, opening the Android 4.4.2 (API19) tree and installing the SDK Platform.
After this was installed the cordova platform add android command worked as desired.
Further to this I had to install a few other elements of API19 to be able to create an android emulator:
I could then create an emulator based on API19 using the Android Virtual Device (AVD) Manager that is included in the android SDK bundle.