I’ve got my android app running on my device but I’m getting these errors:
from terminal
chromium: [INFO:CONSOLE(68)] "Error: Skipping downloading new version because the Cordova platform version or plugin versions have changed and are potentially incompatible", source: http://localhost:12432/packages/webapp.js?hash=2552b0d8c8f134d5763b6897c1be6c9bfa3e9c28 (68)
in the chrome inspector
webapp.js:68 Error: Skipping downloading new version because the Cordova platform version or plugin versions have changed and are potentially incompatible
at http://localhost:12432/plugins/cordova-plugin-meteor-webapp/www/webapp_local_server.js:36:21
at Object.cordova.callbackFromNative (http://localhost:12432/cordova.js:293:58)
at processMessage (http://localhost:12432/cordova.js:1081:17)
at processMessages (http://localhost:12432/cordova.js:1104:9)
at pollOnce (http://localhost:12432/cordova.js:973:9)
at pollOnceFromOnlineEvent (http://localhost:12432/cordova.js:960:5)
and then whilew loading packages
/Users/paul/.meteor/packages/meteor-tool/.1.3.2_4.6af6p2++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/server-lib/node_modules/fibers/future.js:300
throw(ex);
^
[object Object]
any help would be appreciated