Using Visual Studio RTM 2015 Blank Cordova (5.1.1) TypeScript project to test packaging applications for Android.
Following these instructions: https://github.com/Microsoft/cordova-docs/tree/master/tutorial-package-publish#android Created the build.json and keystore.
When I publish (Release > Android > Device), I get the following error:
var loginInfo = new ExternalLoginInfo();
loginInfo = await AuthenticationManager.GetExternalLoginInfoAsync();
Are the instructions still accurate for 2015 RTM? Using the instructions I get
Reading build config file: D:\erase\BlankCordovaApp9\build.json
Command finished with error code 1: cmd /s /c "D:\erase\BlankCordovaApp9\platforms\android\cordova\build.bat --debug --buildConfig=D:\erase\BlankCordovaApp9\build.json"
ERROR building one of the platforms : error : cmd: Command failed with exit code 1
when using the suggested format in build.json.
Win 8.1