I have written a little program, by default, it is signed with debug certificate.
I checked the documentation at Android developer site, I don’t know how to get the certificate and key, could someone advice me?
I have written a little program, by default, it is signed with debug certificate.
Share
Android Tools -> Export Signed Application Package
Give the project name which you want to sign. Click next.
If you want to create a new keystore, select “Create New Keystore”.
Give the location where to save it. The name of the keystore should end with
.keystoreand give a password for it. Click next.Give the details and click finish.