APK release debug -
Phone Gap / Cordova

android-debug.apk vs android-release-unsigned.apk vs android-release.apk



:
cordova build --debug


:
cordova build --release
debug

You uploaded a debuggable APK. For security reasons you need to disable debugging before it can be published in Google Play.
android-release-unsigned.apk android-release.apk

key store signature

:
APK Key / Sign -


debug

config

:
    <preference name="android-debuggable" value="false" />`

console

:
cordova plugin rm cordova-plugin-console


:

https://stackoverflow.com/questions/...-cordova-5-0-0