I’m trying to publish my app using google play console, it seems they have changed the way you sign your app:
I downloaded the encryption public key and added it to the app folder which also contains the pollit.keystore file.
I then downloaded and added the pepk.jar file in my JAVA_HOME location:
C:Program FilesJavajdk-17bin
But when I try to call:
java -jar pepk.jar --keystore=pollit.keystore --alias=foo --output=pollit.zip --include-cert --rsa-aes-encryption --encryption-key-path=encryption_public_key.pem
I get this error:
Error: Unable to access jarfile pepk.jar
Does anyone know how to solve this?