Cordova 6.4.0 Android error when building release apk
I had a project working well on cordova 6.3.1 . Then I updated cordova and my project to 6.4.0 . After this, first time I built, gradle got automatically updated too. Now I am experiencing an important issue: I need to include the keystore and alias passwords in the build.json file or the release apk generation fails with error. I use a build.json file like this: { "android": { "debug": { "keystore": "C:\\Path\\To\\Keystores\\debug.keystore", "storePassword": "debugpass", "alias": "thedebugalias", "password" : "debugpass", "keystoreType": "" }, "release": { "keystore": "C:\\Path\\To\\Keystores