I installed a custom plugin for my app and want to make a change to it, but it doesn´t seem to take any effect. I can even remove functions or write wrong syntax, but it just remains in the old state.
I tried deleting the local data from the phonegapp developer app in case they are caching these things.
In the config.xml:
<feature name="SocialSharing" >
<param name="android-package" value="nl.xservices.plugins.SocialSharing"/>
</feature>
I am editing the SocialSharing.java file within platforms\android\src\nl\xservices\plugins. There is no other SocialSharing.java file within the project.