5

I just created my first Cordova plugin and i would like to ask how can i reflect changes in files located in:

/app/plugins/org.cool.plugin

I changed content of plugin.xml file and I added some code in Java class.

After that i run cordova build android command but changes are not available in platforms/android/src/...

I would like to ask how can i force rebuild plugin, instead of the manual copy of files?

Many thanks for any help.

redrom
  • 11,502
  • 31
  • 157
  • 264
  • 1
    remove plugin and add it again using command line.ex for remove "cordova plugin rm org.apache.cordova.device" for add cordova plugin add org.apache.cordova.device – suganthi Sep 23 '14 at 12:57
  • 1
    Really is it too complicated? No quicker solution? – redrom Sep 23 '14 at 13:16
  • 1
    no,From what I know you remove them then add them - so 2 quick command lines (well, 2 per). – suganthi Sep 23 '14 at 13:25

0 Answers0