1

I’m trying to upload my signed apk to the google play store

The error message is:

Error de apksigner: ERROR (Jar signer CERT.DSA): No APK Signature
Scheme v2 signature from this signer ERROR (APK Signature Scheme v2
signer #0): No JAR signature from this signer

I have the keystore information in my build.json file

The keystore was created with Visual Studio 2015

I created the apk with

cordova build android –release

The apk file works fine in my android phone, what should I do to build an apk for google play store?