I'm trying to upload my app-release.apk built with cordova client command line commands, but google play keep saying me that I built the app in debug mode.
Here's the step I used to build the apk (following this answer)
keytool -importcert -file deployment_cert.der -keystore release.keystore
cordova build android --release -- --keystore=release.keystore --storePassword=ZZZ --alias=YYY --password=XXX
8.1.2 (cordova-lib@8.1.1)
Here's the Google screenshot error
