By default, APK generated by Cordova is a debug APK. But we need a release apk and moreover we need to sign it in order to make it be able to submit it somewhere or share with somebody.
Cordova is a blessing in mobile development arena. You can write code once, then build apps for iOS, Android, Blackberry, Windows Phone etc. with the same code. You need nearly no coding skills. If you know HTML(5), CSS, Javascript, you already know how to do most of the coding.