I'm using VS2015 with VS Tools for Apache Cordova version 14.0.60202.6 and am getting to following error when adding the ADAL for Cordova plugin. It does not seem to matter whether I target a device or the Ripple emulator.
Steps to recreate the issue:
- File > New > Project (Ctrl+Shift+N)
- Choose "Blank App (Apache Cordova)" template with default name "BlankCordovaApp1"
- Once loaded, double click config.xml and choose Plugins tab
- In the Core menu, choose the plugin ADAL for Cordova and click Add
- Open the plugins folder to confirm cordova-plugin-ms-adal folder was added. **note* The plugin ADAL for Cordova plugin also adds cordova-plugin-whitelist
- Ctrl+Shift+B to build the app and you get the error below:
Stackoverflow articles suggest updating the Environment Variables but these are set correctly:
Here is my VS 2015 version and setup:
The biggest kicker in the pants is that this plugin in VS2013 works fine without any issues.
Please help! Let me know if I can provide any additional info about my environment.
SOLVED: by @SergeiGrebnov's comment below
Android Support Repository
as described here: stackoverflow.com/a/20815578/255654 – Sergei Grebnov