If you then try and build the application on PhoneGap Build using phonegap remote run android, you get:
(node:11295) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.
[error] error occured while building the android app
I've created a new PhoneGap application and ran
phonegap cordova plugin add...
This adds the following to my config.xml:
If you then try and build the application on PhoneGap Build using
phonegap remote run android
, you get: