storeFile=yourapp.keystore storeType=jks keyAlias=alieaskeyIf your app is created bit older cordova version and above not working, then create ant.properties in cordova/platform/android location of your project. Content of ant.properties should be something like:
key.store=/Volumes/Projects/Workspace/androidKeys/cleantrac/cleantrac.keystore key.alias=cleantracCommand to build android release apk :
cordova build android –release