Hi Al,
1. create a selfsinging key with Android Studio, and name it "whatever_you_like.jks" (suffix is important!) see here:
https://lessons.livecode.com/m/4069/l/3 ... ndroid-app
Scroll down to the "Android Studio" part.
2. Use the terminal and enter the command below, replace the strings in BOLD:
upload_keystore.jks = the name of the file created in 1.
upload = the alias you entered for the keystore file in 1.
upload_certificate.pem = the name of the PEM file you need to upload to Google, name it whatever you like but keep the suffix.
3. Then you need to wait one or more days until Google approved your upload.
4. Now you can use the keystore file created in 1. to sign you Android app in LC.
Best
Klaus
1. create a selfsinging key with Android Studio, and name it "whatever_you_like.jks" (suffix is important!) see here:
https://lessons.livecode.com/m/4069/l/3 ... ndroid-app
Scroll down to the "Android Studio" part.
2. Use the terminal and enter the command below, replace the strings in BOLD:
upload_keystore.jks = the name of the file created in 1.
upload = the alias you entered for the keystore file in 1.
upload_certificate.pem = the name of the PEM file you need to upload to Google, name it whatever you like but keep the suffix.
3. Then you need to wait one or more days until Google approved your upload.
4. Now you can use the keystore file created in 1. to sign you Android app in LC.
Best
Klaus
Statistics: Posted by Klaus — Wed Nov 13, 2024 1:51 pm