cmd - Cordova doesn't work anymore : "unexpected end" -
i'm getting error when trying run cordova command.
c:\users\james\desktop\dev\neptunus>cordova prepare -d cordova library "android" exists. no need download. continuing. generating config.xml defaults platform "android" calling plugman.prepare platform "android" preparing android project processing configuration changes plugins. iterating on installed plugins: [] writing out cordova_plugins.js... wrote out android application name "neptunus" [error: unexpected end line: 0 column: 0 char: ]
the same goes "cordova run" . i've tried restarting, debugging, in vain. know wrong? thanks!
i ran error after updating cordova version. removing , readding platform resolved me:
cordova platform rm android cordova platform add android
hope helps runs this.
Comments
Post a Comment