How to add a plugin without using sections <vs:feature />. I need to add some plugins that, by adding them, request variables. If I use the cordova add plugin, how can I then refer to the plugin in the application?
It drives me crazy, seems appropriate for the site and makes everything unusable.
I keep getting the error:
Error 17 Variable(s) missing: APP_ID, APP_NAME F:\Development\sdfsdfsd\sdfdsfi\EXEC 1 1 sdfsdfsd
Error 18 The command ""C:\Users\Tom.AD\AppData\Roaming\npm\node_modules\vs-mda\vs-cli" prepare --platform Android --configuration Release --projectDir . --projectName "sdffds" --language "en-US"" exited with code 8. C:\Users\Tom.AD\AppData\Roaming\npm\node_modules\vs-mda-targets\Microsoft.MDA.targets 182 5 sdfdsff
I tried adding the following to config.xml
<preference name="APP_ID" value="ssssss" />
<preference name="APP_NAME" value="ssssss" />
and
<vs:feature>
https://github.com/Wizcorp/phonegap-facebook-plugin.git
<preference name="APP_ID" value="sssss" />
<preference name="APP_NAME" value="ssss" />
</vs:feature>
and
<vs:feature>
https:
<params name="APP_ID" value="ssssss" />
<params name="APP_NAME" value="sssss" />
</vs:feature
TMB87 source
share