Kalipso - Android Deployment
  • Overview
  • Sideloading
    • Generate APK
    • Kalipso Docs:
  • Google Play
    • Overview
    • AAB signed by Google
      • Kalipso
      • Google Play Console
    • AAB with my own key
      • Kalipso
      • Google Play Console
    • Testing
Powered by GitBook
On this page
  1. Google Play
  2. AAB with my own key

Google Play Console

PreviousKalipsoNextTesting

Last updated 1 year ago

Fill your app details

For internal testing create a list of testers.

The email needs to be the same email that the tester has on Google Play

Create a new Release

Now you need to:

Download encryption public key

  • Download encryption public key

  • Download PEPC tool

  • And unpack the zip to the same folder here you have the certificate generate by Kalipso.

This should be your folder:

From jdk.java.net:
openjdk-20.0.2_windows-x64_bin.zip
Openjdk-20.0.2_windows-x64_bin (folder)

From Kalipso: 
BundleSignature.keystore
BundleSignature.pem

From Google: 
encryption_public_key.pem
Pepk.jar

Open Windows Command Line or PowerShell

And navigate to the folder with all files and certificates.

Assuming that you have everything in the same folder:

.\openjdk-20.0.2_windows-x64_bin\jdk-20.0.2\bin\java.exe -jar pepk.jar --keystore=BundleSignature.keystore --alias=my_key --output=output.zip --include-cert --rsa-aes-encryption --encryption-key-path=encryption_public_key.pem

Insert your keystore password and then private key password (the ones that you create in Kalipso)

If all is OK you will get a file output.zip

Upload that file to Google Console in point 4 see the image below:

Save and it's Done

Download JAVA JDK

Upload your .aab

For Testing click .

https://jdk.java.net/20/
here
https://play.google.com/console/about/