Did you add a key for signing? If you don't add your key, Phonegap will generate a debug apk. You need to create a signed release apk!
http://docs.phonegap.com/phonegap-build/signing/android/
https://developer.android.com/studio/publish/app-signing
$ keytool -genkey -v -keystore [keystore_name].keystore -alias [alias_name] -keyalg RSA -keysize 2048 -validity 10000
thi command no work.. i use windows... maibe is for linux???
say command not recognize