meteor run andorid
download cordova plugin with everytime
waiting long time
how to resolve ?
thanks:)
If you mean that cordova plugins are rebuilding everytime you execute meteor npm run android
, some cordova plugins seem to have conflicts resulting to this.
I was able to pinpoint one plugin cordova-plugin-x-socialsharing
What I did was to remove it from my development build. Then on my script for production build, I added the meteor command to add the plugin before the build. Not ideal but it made my development faster
thanks