I'm trying to use a Phonegap plugin called Socialsharing on the PhoneGap android emulator app but it won't load.
steps tried:
cli: phonegap plugin add nl.x-services.plugins.socialsharing
cli: phonegap prepare
cli: phonegap build
instructions on PhoneGap Build: SocialSharing Plugin Not Loading
cordova.require("nl.x-services.plugins.socialsharing.SocialSharing"); -> Not found error message
window.plugins.socialsharing isn't there, but i've heard that it is deprecated
In the console i'm seeing this:
[phonegap] 200 /plugins/nl.x-services.plugins.insomnia/www/Insomnia.js
but nothing about the socialsharing plugin
How can i debug/solve this?