My app is already on the Google Play Store, and I want to push a new release of it. When I try to upload an AAB file, I get an error saying, “To upload an Android App Bundle, you must be enrolled in Play app signing.” I followed all the steps to export and encrypt the private key using the command below.
java -jar pepk.jar –keystore=foo.keystore –alias=foo
–output=encrypted_private_key_path –rsa-aes-encryption –encryption-key-path=/path/to/encryption_public_key.pem
But when I run the above command, I get the following error:
Can you please provide me with a solution to resolve this issue?
1