I'm trying to build the APK to post my plea on Ionic in the Play Store. But when it comes to the command below I get the error:
PS C:\Projetos\XXX> jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore android.keystore platforms/android/app/build/outputs/apk/release/app-release-unsigned.apk
android-app-key Picked up _JAVA_OPTIONS: -Xmx512M Enter Passphrase for keystore: jarsigner: unable to open jar file: platforms/android/app/build/outputs/apk/release/app-release-unsigned.apk
And the release is not generated in the APK folder. Can someone help me?