问题
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.
来源:https://stackoverflow.com/questions/25995454/cordova-3-5-how-to-update-local-plugin