I am finding it extremely difficult to get my heard around signing my app under the new cordova 5.0 guideline
this is what i have done
(bongoapp)project root
->build.json
->phistoKey.keystore
->www
this is what i have inside my build.json file
{
"android": {
"release": {
"keystore": "phistoKey.keystore",
"storePassword": "",
"alias": "phistoKey",
"password" : "",
"keystoreType": ""
}
}
}
when i try
cordova build --release
or
cordova build android --release
I get error stating
Keystore file does not exist: C:\wamp\www\towncrier\platforms\android\..\..\phistoKey.keystore
I will be glad if anyone can help cos I am on a deadline TODAY. thank you