Android Question Help needed with google app signing from keystore using pepk.jar

mcqueccu

Well-Known Member
Licensed User
Longtime User
From the instruction on google play app signing here,
Step #1: after generating the upload key and uploading it to google play, I get this message The file does not seem to be a valid zip file.
B4X:
java -jar pepk.jar --keystore=leafy.keystore --alias=b4a --output=encrypted_private_key_path --encryptionkey=KEY_FROM_GOOGLE
 
Top