From Actions, manually specify the package ID and build.
To build from Actions, you must first clone this repository.
This can be used to reserve a package ID with the same signature in advance when the application is scheduled to be offered in the future.
- Specify the package ID as the same as the planning application (ex:
com.example.22game) - Enter the name(label) of the app (option)
- Build
- Place the built APK in the system partition (ex:
/system/app/22Game/22Game.apk)
NOTICE: We recommend cloning this repository locally and using your own signature using Android Studio.
Please set Repository secrets.
The variables are:
- CERT
X.509 PEM certificate chain.
Ex file:testkey.x509.pem - KEY
A string that is a base64 encoded private key.
PKCS #8 DER format.
Ex file:testkey.pk8
The password must be empty.