I have my own written plugin in my-plugin/plugin .
I install it using the cordova plugin add my-plugin/plugin . It then appears under plugins/ and in my Android project.
Now I want to make some changes to this plugin, but I donβt know how to deploy these changes in my Android project.
My current workaround is cordova plugin rm com.my.plugin and then cordova plugin add my-plugin/plugin .
Is there a better way?
$ cordova -v 3.2.0-0.2.0
android plugins cordova
Charles
source share