vaenow / cordova-plugin-app-update

App updater for Cordova/PhoneGap
MIT License
299 stars 146 forks source link

[ERROR] Error initializing Version Plugin: Missing Command Error #116

Open maxwell652 opened 6 years ago

maxwell652 commented 6 years ago

I cloned the demo project and ran it. I got this error message: [ERROR] Error initializing Version Plugin: Missing Command Error Is there any way to fix this? Thanks!

yurik94 commented 5 years ago

Same

Siegz commented 5 years ago

Same happened to me when i tried to remove the plugin and run my app again. Seems like the plugin leaves something behind and it's not completely removed with "cordova plugin remove cordova-plugin-app-update". I removed the android platform and after adding it again everything worked fine. So maybe try removing the platform, adding it again and reinstalling the plugin?