Followed the steps by Steven Anderson here Build android release apk on Phonegap 3.x CLI
I have an existing keystore created using eclipse for an Android cordova 2.4.0 project
I created the ant.properties file under /platforms/android with the following two entries
key.store=/Users/xxx/Documents/Android_Key_Store/myApp_Key_Store.keystore key.alias=myApp
Now when I give cordova build --release command I only get android-release-unsigned.apk it is not prompting me to enter the password for my keystore
Thanks in advance for your help